#96D2CE

Color #96D2CE Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #96D2CE

Tints of Morning Glory #96D2CE

Color information

#96D2CE (or 0x96D2CE) is unknown color: approx Morning Glory. HEX triplet: 96, D2 and CE. RGB value is (150,210,206). Sum of RGB (Red+Green+Blue) = 150+210+206=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #96D2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D2CE is #692D31. Grayscale: #BFBFBF. Windows color (decimal): -6892850 or 13554326. OLE color: 13554326.

HSL color Cylindrical-coordinate representation of color #96D2CE: hue angle of 176º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D2CE is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB150210206-
CMYK0.2900.020.18
HSL176º40%70.59%-
HSV(B)176º28.57%82.35%-
XYZ46.7657.0366.94-
YUV191.6136.1298.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.50%
GREEN value IS 210 (82.42% from 255) = 37.10%
BLUE value IS 206 (80.86% from 255) = 36.40%
R=26.50%
G=37.10%
B=36.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502102060.2900.020.181764070.59
Hex96D2CE1D0212b02847
Octal22632231635022226050107
Binary1001011011010010110011101110101010010101100001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96D2CE;
 }
 .AnyTagClassName
 {
   color: #96D2CE;
 }
</style>
background-color css

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

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

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

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

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

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