#96CEC9

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

Shades of Morning Glory #96CEC9

Tints of Morning Glory #96CEC9

Color information

#96CEC9 (or 0x96CEC9) is unknown color: approx Morning Glory. HEX triplet: 96, CE and C9. RGB value is (150,206,201). Sum of RGB (Red+Green+Blue) = 150+206+201=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CEC9 is #693136. Grayscale: #BCBCBC. Windows color (decimal): -6893879 or 13225622. OLE color: 13225622.

HSL color Cylindrical-coordinate representation of color #96CEC9: hue angle of 174.64º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CEC9 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB150206201-
CMYK0.2700.020.19
HSL174.64º36.36%69.8%-
HSV(B)174.64º27.18%80.78%-
XYZ45.1954.8463.46-
YUV188.69134.95100.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.93%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 201 (78.91% from 255) = 36.09%
R=26.93%
G=36.98%
B=36.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502062010.2700.020.19174.6436.3669.8
Hex96CEC91B0213af2446
Octal22631631133022325744106
Binary1001011011001110110010011101101010011101011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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