#99CCC1

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

Shades of Shadow Green #99CCC1

Tints of Shadow Green #99CCC1

Color information

#99CCC1 (or 0x99CCC1) is unknown color: approx Shadow Green. HEX triplet: 99, CC and C1. RGB value is (153,204,193). Sum of RGB (Red+Green+Blue) = 153+204+193=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #99CCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CCC1 is #66333E. Grayscale: #BBBBBB. Windows color (decimal): -6697791 or 12700825. OLE color: 12700825.

HSL color Cylindrical-coordinate representation of color #99CCC1: hue angle of 167.06º degrees, saturation: 0.33, 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 #99CCC1 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB153204193-
CMYK0.2500.050.2
HSL167.06º33.33%70%-
HSV(B)167.06º25%80%-
XYZ44.3653.8158.5-
YUV187.5131.1103.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.82%
GREEN value IS 204 (80.08% from 255) = 37.09%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=27.82%
G=37.09%
B=35.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1532041930.2500.050.2167.0633.3370
Hex99CCC1190514a72146
Octal23131430131052424741106
Binary10011001110011001100000111001010110100101001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,204,193); }

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

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

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

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

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

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

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