#99C5C8

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

Shades of Morning Glory #99C5C8

Tints of Morning Glory #99C5C8

Color information

#99C5C8 (or 0x99C5C8) is unknown color: approx Morning Glory. HEX triplet: 99, C5 and C8. RGB value is (153,197,200). Sum of RGB (Red+Green+Blue) = 153+197+200=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 200 - color contains mainly: blue. Hex color #99C5C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C5C8 is #663A37. Grayscale: #B8B8B8. Windows color (decimal): -6699576 or 13157785. OLE color: 13157785.

HSL color Cylindrical-coordinate representation of color #99C5C8: hue angle of 183.83º 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 #99C5C8 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB153197200-
CMYK0.240.0200.22
HSL183.83º29.94%69.22%-
HSV(B)183.83º23.5%78.43%-
XYZ43.5350.8762.17-
YUV184.19136.92105.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.82%
GREEN value IS 197 (77.34% from 255) = 35.82%
BLUE value IS 200 (78.52% from 255) = 36.36%
R=27.82%
G=35.82%
B=36.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531972000.240.0200.22183.8329.9469.22
Hex99C5C8182016b81e45
Octal23130531030202627036105
Binary100110011100010111001000110001001011010111000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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