#98D0CB

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

Shades of Morning Glory #98D0CB

Tints of Morning Glory #98D0CB

Color information

#98D0CB (or 0x98D0CB) is unknown color: approx Morning Glory. HEX triplet: 98, D0 and CB. RGB value is (152,208,203). Sum of RGB (Red+Green+Blue) = 152+208+203=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 208 - color contains mainly: green. Hex color #98D0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D0CB is #672F34. Grayscale: #BEBEBE. Windows color (decimal): -6762293 or 13357208. OLE color: 13357208.

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

Color convert

RGB152208203-
CMYK0.2700.020.18
HSL174.64º37.33%70.59%-
HSV(B)174.64º26.92%81.57%-
XYZ46.2856.164.89-
YUV190.69134.95100.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.00%
GREEN value IS 208 (81.64% from 255) = 36.94%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=27.00%
G=36.94%
B=36.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1522082030.2700.020.18174.6437.3370.59
Hex98D0CB1B0212af2547
Octal23032031333022225745107
Binary1001100011010000110010111101101010010101011111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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