#96E0DE

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

Shades of Morning Glory #96E0DE

Tints of Morning Glory #96E0DE

Color information

#96E0DE (or 0x96E0DE) is unknown color: approx Morning Glory. HEX triplet: 96, E0 and DE. RGB value is (150,224,222). Sum of RGB (Red+Green+Blue) = 150+224+222=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #96E0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E0DE is #691F21. Grayscale: #C9C9C9. Windows color (decimal): -6889250 or 14606486. OLE color: 14606486.

HSL color Cylindrical-coordinate representation of color #96E0DE: hue angle of 178.38º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E0DE is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB150224222-
CMYK0.3300.010.12
HSL178.38º54.41%73.33%-
HSV(B)178.38º33.04%87.84%-
XYZ52.4265.0778.9-
YUV201.65139.4891.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.17%
GREEN value IS 224 (87.89% from 255) = 37.58%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=25.17%
G=37.58%
B=37.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502242220.3300.010.12178.3854.4173.33
Hex96E0DE2101Cb23649
Octal22634033641011426266111
Binary100101101110000011011110100001011100101100101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,224,222); }

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

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

 a { background-color: rgb(150,224,222); }

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

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

 span { border-color: rgb(150,224,222); }

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