#98CCCA

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

Shades of Morning Glory #98CCCA

Tints of Morning Glory #98CCCA

Color information

#98CCCA (or 0x98CCCA) is unknown color: approx Morning Glory. HEX triplet: 98, CC and CA. RGB value is (152,204,202). Sum of RGB (Red+Green+Blue) = 152+204+202=558 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.24% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #98CCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CCCA is #673335. Grayscale: #BCBCBC. Windows color (decimal): -6763318 or 13290648. OLE color: 13290648.

HSL color Cylindrical-coordinate representation of color #98CCCA: hue angle of 177.69º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CCCA is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB152204202-
CMYK0.2500.010.2
HSL177.69º33.77%69.8%-
HSV(B)177.69º25.49%80%-
XYZ45.254.1363.94-
YUV188.22135.77102.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.24%
GREEN value IS 204 (80.08% from 255) = 36.56%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=27.24%
G=36.56%
B=36.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1522042020.2500.010.2177.6933.7769.8
Hex98CCCA190114b22246
Octal23031431231012426242106
Binary100110001100110011001010110010110100101100101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,204,202); }

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

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

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

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

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

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

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