#99C3BB

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

Shades of Shadow Green #99C3BB

Tints of Shadow Green #99C3BB

Color information

#99C3BB (or 0x99C3BB) is unknown color: approx Shadow Green. HEX triplet: 99, C3 and BB. RGB value is (153,195,187). Sum of RGB (Red+Green+Blue) = 153+195+187=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #99C3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C3BB is #663C44. Grayscale: #B5B5B5. Windows color (decimal): -6700101 or 12305305. OLE color: 12305305.

HSL color Cylindrical-coordinate representation of color #99C3BB: hue angle of 168.57º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C3BB is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB153195187-
CMYK0.2200.040.24
HSL168.57º25.93%68.24%-
HSV(B)168.57º21.54%76.47%-
XYZ41.6249.3954.35-
YUV181.53131.09107.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.60%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=28.60%
G=36.45%
B=34.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531951870.2200.040.24168.5725.9368.24
Hex99C3BB160418a91a44
Octal23130327326043025132104
Binary1001100111000011101110111011001001100010101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,195,187); }

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

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

 a { background-color: rgb(153,195,187); }

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

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

 span { border-color: rgb(153,195,187); }

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