#98D2CD

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

Shades of Morning Glory #98D2CD

Tints of Morning Glory #98D2CD

Color information

#98D2CD (or 0x98D2CD) is unknown color: approx Morning Glory. HEX triplet: 98, D2 and CD. RGB value is (152,210,205). Sum of RGB (Red+Green+Blue) = 152+210+205=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 210 - color contains mainly: green. Hex color #98D2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D2CD is #672D32. Grayscale: #C0C0C0. Windows color (decimal): -6761779 or 13488792. OLE color: 13488792.

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

Color convert

RGB152210205-
CMYK0.2800.020.18
HSL174.83º39.19%70.98%-
HSV(B)174.83º27.62%82.35%-
XYZ47.0157.1866.32-
YUV192.09135.2899.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.81%
GREEN value IS 210 (82.42% from 255) = 37.04%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=26.81%
G=37.04%
B=36.16%

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
Decimal1522102050.2800.020.18174.8339.1970.98
Hex98D2CD1C0212af2747
Octal23032231534022225747107
Binary1001100011010010110011011110001010010101011111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,210,205); }

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

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

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

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

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

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

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