#98CCCC

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

Shades of Morning Glory #98CCCC

Tints of Morning Glory #98CCCC

Color information

#98CCCC (or 0x98CCCC) is unknown color: approx Morning Glory. HEX triplet: 98, CC and CC. RGB value is (152,204,204). Sum of RGB (Red+Green+Blue) = 152+204+204=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #98CCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CCCC is #673333. Grayscale: #BCBCBC. Windows color (decimal): -6763316 or 13421720. OLE color: 13421720.

HSL color Cylindrical-coordinate representation of color #98CCCC: hue angle of 180º 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 #98CCCC is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB152204204-
CMYK0.25000.2
HSL180º33.77%69.8%-
HSV(B)180º25.49%80%-
XYZ45.4454.2265.2-
YUV188.45136.77102-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.14%
GREEN value IS 204 (80.08% from 255) = 36.43%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=27.14%
G=36.43%
B=36.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1522042040.25000.218033.7769.8
Hex98CCCC190014b42246
Octal23031431431002426442106
Binary100110001100110011001100110010010100101101001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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