#99C1B7

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

Shades of Shadow Green #99C1B7

Tints of Shadow Green #99C1B7

Color information

#99C1B7 (or 0x99C1B7) is unknown color: approx Shadow Green. HEX triplet: 99, C1 and B7. RGB value is (153,193,183). Sum of RGB (Red+Green+Blue) = 153+193+183=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 193 - color contains mainly: green. Hex color #99C1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C1B7 is #663E48. Grayscale: #B3B3B3. Windows color (decimal): -6700617 or 12042649. OLE color: 12042649.

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

Color convert

RGB153193183-
CMYK0.2100.050.24
HSL165º24.39%67.84%-
HSV(B)165º20.73%75.69%-
XYZ40.7548.3351.98-
YUV179.9129.75108.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.92%
GREEN value IS 193 (75.78% from 255) = 36.48%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=28.92%
G=36.48%
B=34.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531931830.2100.050.2416524.3967.84
Hex99C1B7150518a51844
Octal23130126725053024530104
Binary1001100111000001101101111010101011100010100101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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