#98CAC6

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

Shades of Morning Glory #98CAC6

Tints of Morning Glory #98CAC6

Color information

#98CAC6 (or 0x98CAC6) is unknown color: approx Morning Glory. HEX triplet: 98, CA and C6. RGB value is (152,202,198). Sum of RGB (Red+Green+Blue) = 152+202+198=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #98CAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CAC6 is #673539. Grayscale: #BABABA. Windows color (decimal): -6763834 or 13027992. OLE color: 13027992.

HSL color Cylindrical-coordinate representation of color #98CAC6: hue angle of 175.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CAC6 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB152202198-
CMYK0.2500.020.21
HSL175.2º32.05%69.41%-
HSV(B)175.2º24.75%79.22%-
XYZ44.2652.9961.32-
YUV186.59134.44103.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.54%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 198 (77.73% from 255) = 35.87%
R=27.54%
G=36.59%
B=35.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1522021980.2500.020.21175.232.0569.41
Hex98CAC6190215af2045
Octal23031230631022525740105
Binary1001100011001010110001101100101010101101011111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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