#96E1DE

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

Shades of Morning Glory #96E1DE

Tints of Morning Glory #96E1DE

Color information

#96E1DE (or 0x96E1DE) is unknown color: approx Morning Glory. HEX triplet: 96, E1 and DE. RGB value is (150,225,222). Sum of RGB (Red+Green+Blue) = 150+225+222=597 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.13% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 225 - color contains mainly: green. Hex color #96E1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E1DE is #691E21. Grayscale: #CACACA. Windows color (decimal): -6888994 or 14606742. OLE color: 14606742.

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

Color convert

RGB150225222-
CMYK0.3300.010.12
HSL177.6º55.56%73.53%-
HSV(B)177.6º33.33%88.24%-
XYZ52.6965.6178.99-
YUV202.23139.1590.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.13%
GREEN value IS 225 (88.28% from 255) = 37.69%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=25.13%
G=37.69%
B=37.19%

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
Decimal1502252220.3300.010.12177.655.5673.53
Hex96E1DE2101Cb2384a
Octal22634133641011426270112
Binary100101101110000111011110100001011100101100101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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