#98CFCC

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

Shades of Morning Glory #98CFCC

Tints of Morning Glory #98CFCC

Color information

#98CFCC (or 0x98CFCC) is unknown color: approx Morning Glory. HEX triplet: 98, CF and CC. RGB value is (152,207,204). Sum of RGB (Red+Green+Blue) = 152+207+204=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFCC is #673033. Grayscale: #BEBEBE. Windows color (decimal): -6762548 or 13422488. OLE color: 13422488.

HSL color Cylindrical-coordinate representation of color #98CFCC: hue angle of 176.73º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98CFCC is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB152207204-
CMYK0.2700.010.19
HSL176.73º36.42%70.39%-
HSV(B)176.73º26.57%81.18%-
XYZ46.1655.6665.44-
YUV190.21135.78100.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.00%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 204 (80.08% from 255) = 36.23%
R=27.00%
G=36.77%
B=36.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522072040.2700.010.19176.7336.4270.39
Hex98CFCC1B0113b12446
Octal23031731433012326144106
Binary100110001100111111001100110110110011101100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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