Html Css Color HEX #96ECCE Magic Mint

📋 copy color: '#96ECCE'

red 150 ◦ green 236 ◦ blue 206

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

Shades of Magic Mint #96ECCE

Tints of Magic Mint #96ECCE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.86%

 BLUE value IS 206 (80.86% from 255) = 34.8%

R = 25.34%
G = 39.86%
B = 34.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#96ECCE (or 0x96ECCE) is known color: Magic Mint. HEX triplet: 96, EC and CE. RGB value is (150,236,206). Sum of RGB (Red+Green+Blue) = 150+236+206=592 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.34% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96ECCE is #691331. Grayscale: #CECECE. Windows color (decimal): -6886194 or 13560982. OLE color: 13560982.

HSL color Cylindrical-coordinate representation of color #96ECCE: hue angle of 159.07º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96ECCE is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 236 206 -
CMYK 0.36 0 0.13 0.07
HSL 159.07º 0.69% 0.76% -
HSV(B) 159.07º 0.36% 0.93% -
XYZ 53.71 70.93 69.25 -
YUV 206.87 127.51 87.44 -
System Red Green Blue C M Y K H S L
Decimal 150 236 206 0.36 0 0.13 0.07 159.07 0.69 0.76
Hex 96 EC CE 24 0 D 7 9F 45 4C
Octal 226 354 316 44 0 15 7 237 105 114
Binary 10010110 11101100 11001110 100100 0 1101 111 10011111 1000101 1001100

Color Harmonies of #96ECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ECCE

Black with #96ECCE

Text Example


Text Example

White with #96ECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,236,206); }

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

background-color css

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

 a { background-color: rgb(150,236,206); }

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

border-color css

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

 span { border-color: rgb(150,236,206); }

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