Html Css Color HEX #96E9CC Magic Mint

📋 copy color: '#96E9CC'

red 150 ◦ green 233 ◦ blue 204

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

Shades of Magic Mint #96E9CC

Tints of Magic Mint #96E9CC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.69%

 BLUE value IS 204 (80.08% from 255) = 34.75%

R = 25.55%
G = 39.69%
B = 34.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#96E9CC (or 0x96E9CC) is known color: Magic Mint. HEX triplet: 96, E9 and CC. RGB value is (150,233,204). Sum of RGB (Red+Green+Blue) = 150+233+204=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 233 (91.41% from 255 or 39.69% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 233 - color contains mainly: green. Hex color #96E9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E9CC is #691633. Grayscale: #CCCCCC. Windows color (decimal): -6886964 or 13429142. OLE color: 13429142.

HSL color Cylindrical-coordinate representation of color #96E9CC: hue angle of 159.04º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96E9CC is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 233 204 -
CMYK 0.36 0 0.12 0.09
HSL 159.04º 0.65% 0.75% -
HSV(B) 159.04º 0.36% 0.91% -
XYZ 52.62 69.12 67.7 -
YUV 204.88 127.5 88.86 -
System Red Green Blue C M Y K H S L
Decimal 150 233 204 0.36 0 0.12 0.09 159.04 0.65 0.75
Hex 96 E9 CC 24 0 C 9 9F 41 4B
Octal 226 351 314 44 0 14 11 237 101 113
Binary 10010110 11101001 11001100 100100 0 1100 1001 10011111 1000001 1001011

Color Harmonies of #96E9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E9CC

Black with #96E9CC

Text Example


Text Example

White with #96E9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,233,204); }

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

background-color css

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

 a { background-color: rgb(150,233,204); }

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

border-color css

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

 span { border-color: rgb(150,233,204); }

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