#98DDDD

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

Shades of Morning Glory #98DDDD

Tints of Morning Glory #98DDDD

Color information

#98DDDD (or 0x98DDDD) is unknown color: approx Morning Glory. HEX triplet: 98, DD and DD. RGB value is (152,221,221). Sum of RGB (Red+Green+Blue) = 152+221+221=594 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.59% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #98DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDDD is #672222. Grayscale: #C8C8C8. Windows color (decimal): -6758947 or 14540184. OLE color: 14540184.

HSL color Cylindrical-coordinate representation of color #98DDDD: 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 #98DDDD is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152221221-
CMYK0.31000.13
HSL180º50.36%73.14%-
HSV(B)180º31.22%86.67%-
XYZ51.8663.6177.95-
YUV200.37139.6493.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.59%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=25.59%
G=37.21%
B=37.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522212210.31000.1318050.3673.14
Hex98DDDD1F00Db43249
Octal23033533537001526462111
Binary10011000110111011101110111111001101101101001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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