#96E0D9

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

Shades of Morning Glory #96E0D9

Tints of Morning Glory #96E0D9

Color information

#96E0D9 (or 0x96E0D9) is unknown color: approx Morning Glory. HEX triplet: 96, E0 and D9. RGB value is (150,224,217). Sum of RGB (Red+Green+Blue) = 150+224+217=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #96E0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E0D9 is #691F26. Grayscale: #C9C9C9. Windows color (decimal): -6889255 or 14278806. OLE color: 14278806.

HSL color Cylindrical-coordinate representation of color #96E0D9: hue angle of 174.32º 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 #96E0D9 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB150224217-
CMYK0.3300.030.12
HSL174.32º54.41%73.33%-
HSV(B)174.32º33.04%87.84%-
XYZ51.7664.8175.43-
YUV201.08136.9891.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.38%
GREEN value IS 224 (87.89% from 255) = 37.90%
BLUE value IS 217 (85.16% from 255) = 36.72%
R=25.38%
G=37.90%
B=36.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502242170.3300.030.12174.3254.4173.33
Hex96E0D92103Cae3649
Octal22634033141031425666111
Binary1001011011100000110110011000010111100101011101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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