#99C8C4

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

Shades of Morning Glory #99C8C4

Tints of Morning Glory #99C8C4

Color information

#99C8C4 (or 0x99C8C4) is unknown color: approx Morning Glory. HEX triplet: 99, C8 and C4. RGB value is (153,200,196). Sum of RGB (Red+Green+Blue) = 153+200+196=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 200 - color contains mainly: green. Hex color #99C8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C8C4 is #66373B. Grayscale: #B9B9B9. Windows color (decimal): -6698812 or 12896409. OLE color: 12896409.

HSL color Cylindrical-coordinate representation of color #99C8C4: hue angle of 174.89º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C8C4 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB153200196-
CMYK0.2400.020.22
HSL174.89º29.94%69.22%-
HSV(B)174.89º23.5%78.43%-
XYZ43.7552.0759.97-
YUV185.49133.93104.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.87%
GREEN value IS 200 (78.52% from 255) = 36.43%
BLUE value IS 196 (76.95% from 255) = 35.70%
R=27.87%
G=36.43%
B=35.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1532001960.2400.020.22174.8929.9469.22
Hex99C8C4180216af1e45
Octal23131030430022625736105
Binary100110011100100011000100110000101011010101111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99C8C4; }

 p { color: rgb(153,200,196); }

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

<style>
 a { background-color: #99C8C4; }

 a { background-color: rgb(153,200,196); }

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

<style>
 span { border-color: #99C8C4; }

 span { border-color: rgb(153,200,196); }

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