#99C9C2

Color #99C9C2 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #99C9C2

Tints of Shadow Green #99C9C2

Color information

#99C9C2 (or 0x99C9C2) is unknown color: approx Shadow Green. HEX triplet: 99, C9 and C2. RGB value is (153,201,194). Sum of RGB (Red+Green+Blue) = 153+201+194=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #99C9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C9C2 is #66363D. Grayscale: #B9B9B9. Windows color (decimal): -6698558 or 12765593. OLE color: 12765593.

HSL color Cylindrical-coordinate representation of color #99C9C2: hue angle of 171.25º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C9C2 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB153201194-
CMYK0.2400.030.21
HSL171.25º30.77%69.41%-
HSV(B)171.25º23.88%78.82%-
XYZ43.7652.4458.85-
YUV185.85132.6104.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.92%
GREEN value IS 201 (78.91% from 255) = 36.68%
BLUE value IS 194 (76.17% from 255) = 35.40%
R=27.92%
G=36.68%
B=35.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532011940.2400.030.21171.2530.7769.41
Hex99C9C2180315ab1f45
Octal23131130230032525337105
Binary100110011100100111000010110000111010110101011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,201,194); }

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

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

 a { background-color: rgb(153,201,194); }

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

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

 span { border-color: rgb(153,201,194); }

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