#99DDDD

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

Shades of Morning Glory #99DDDD

Tints of Morning Glory #99DDDD

Color information

#99DDDD (or 0x99DDDD) is unknown color: approx Morning Glory. HEX triplet: 99, DD and DD. RGB value is (153,221,221). Sum of RGB (Red+Green+Blue) = 153+221+221=595 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.71% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #99DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DDDD is #662222. Grayscale: #C8C8C8. Windows color (decimal): -6693411 or 14540185. OLE color: 14540185.

HSL color Cylindrical-coordinate representation of color #99DDDD: hue angle of 180º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DDDD is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153221221-
CMYK0.31000.13
HSL180º50%73.33%-
HSV(B)180º30.77%86.67%-
XYZ52.0463.7177.96-
YUV200.67139.4794-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.71%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=25.71%
G=37.14%
B=37.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532212210.31000.131805073.33
Hex99DDDD1F00Db43249
Octal23133533537001526462111
Binary10011001110111011101110111111001101101101001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DDDD; }

 p { color: rgb(153,221,221); }

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

<style>
 a { background-color: #99DDDD; }

 a { background-color: rgb(153,221,221); }

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

<style>
 span { border-color: #99DDDD; }

 span { border-color: rgb(153,221,221); }

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