#99CABF

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

Shades of Shadow Green #99CABF

Tints of Shadow Green #99CABF

Color information

#99CABF (or 0x99CABF) is unknown color: approx Shadow Green. HEX triplet: 99, CA and BF. RGB value is (153,202,191). Sum of RGB (Red+Green+Blue) = 153+202+191=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #99CABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CABF is #663540. Grayscale: #BABABA. Windows color (decimal): -6698305 or 12569241. OLE color: 12569241.

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

Color convert

RGB153202191-
CMYK0.2400.050.21
HSL166.53º31.61%69.61%-
HSV(B)166.53º24.26%79.22%-
XYZ43.6652.7757.18-
YUV186.1130.77104.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.02%
GREEN value IS 202 (79.30% from 255) = 37.00%
BLUE value IS 191 (75% from 255) = 34.98%
R=28.02%
G=37.00%
B=34.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532021910.2400.050.21166.5331.6169.61
Hex99CABF180515a72046
Octal23131227730052524740106
Binary10011001110010101011111111000010110101101001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,202,191); }

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

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

 a { background-color: rgb(153,202,191); }

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

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

 span { border-color: rgb(153,202,191); }

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