#96D0CB

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

Shades of Morning Glory #96D0CB

Tints of Morning Glory #96D0CB

Color information

#96D0CB (or 0x96D0CB) is unknown color: approx Morning Glory. HEX triplet: 96, D0 and CB. RGB value is (150,208,203). Sum of RGB (Red+Green+Blue) = 150+208+203=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #96D0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D0CB is #692F34. Grayscale: #BEBEBE. Windows color (decimal): -6893365 or 13357206. OLE color: 13357206.

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

Color convert

RGB150208203-
CMYK0.2800.020.18
HSL174.83º38.16%70.2%-
HSV(B)174.83º27.88%81.57%-
XYZ45.9155.9164.87-
YUV190.09135.2899.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.74%
GREEN value IS 208 (81.64% from 255) = 37.08%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=26.74%
G=37.08%
B=36.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502082030.2800.020.18174.8338.1670.2
Hex96D0CB1C0212af2646
Octal22632031334022225746106
Binary1001011011010000110010111110001010010101011111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,208,203); }

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

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

 a { background-color: rgb(150,208,203); }

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

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

 span { border-color: rgb(150,208,203); }

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