Html Css Color HEX #96EAC5 Magic Mint

📋 copy color: '#96EAC5'

red 150 ◦ green 234 ◦ blue 197

#96EAC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #96EAC5

Tints of Magic Mint #96EAC5

RGB

 RED value IS 150 (58.98% from 255) = 25.82%

 GREEN value IS 234 (91.8% from 255) = 40.28%

 BLUE value IS 197 (77.34% from 255) = 33.91%

R = 25.82%
G = 40.28%
B = 33.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#96EAC5 (or 0x96EAC5) is known color: Magic Mint. HEX triplet: 96, EA and C5. RGB value is (150,234,197). Sum of RGB (Red+Green+Blue) = 150+234+197=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #96EAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EAC5 is #69153A. Grayscale: #CCCCCC. Windows color (decimal): -6886715 or 12970646. OLE color: 12970646.

HSL color Cylindrical-coordinate representation of color #96EAC5: hue angle of 153.57º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EAC5 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 234 197 -
CMYK 0.36 0 0.16 0.08
HSL 153.57º 0.67% 0.75% -
HSV(B) 153.57º 0.36% 0.92% -
XYZ 52.08 69.36 63.47 -
YUV 204.67 123.67 89.01 -
System Red Green Blue C M Y K H S L
Decimal 150 234 197 0.36 0 0.16 0.08 153.57 0.67 0.75
Hex 96 EA C5 24 0 10 8 9A 43 4B
Octal 226 352 305 44 0 20 10 232 103 113
Binary 10010110 11101010 11000101 100100 0 10000 1000 10011010 1000011 1001011

Color Harmonies of #96EAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EAC5

Black with #96EAC5

Text Example


Text Example

White with #96EAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96EAC5; }

 p { color: rgb(150,234,197); }

 H1.HeaderClassName
 {
   color: #96EAC5;
 }
 .AnyTagClassName
 {
   color: #96EAC5;
 }
</style>

background-color css

<style>
 a { background-color: #96EAC5; }

 a { background-color: rgb(150,234,197); }

 div.DivClassName
 {
   background-color: #96EAC5;
 }
 .BgClassName
 {
   background-color: #96EAC5;
 }
</style>

border-color css

<style>
 span { border-color: #96EAC5; }

 span { border-color: rgb(150,234,197); }

 td.TdClassName
 {
   border-color: #96EAC5;
 }
 .TagClassName
 {
   border-color: #96EAC5;
 }
</style>