#99C1B1

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

Shades of Shadow Green #99C1B1

Tints of Shadow Green #99C1B1

Color information

#99C1B1 (or 0x99C1B1) is unknown color: approx Shadow Green. HEX triplet: 99, C1 and B1. RGB value is (153,193,177). Sum of RGB (Red+Green+Blue) = 153+193+177=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 193 - color contains mainly: green. Hex color #99C1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C1B1 is #663E4E. Grayscale: #B3B3B3. Windows color (decimal): -6700623 or 11649433. OLE color: 11649433.

HSL color Cylindrical-coordinate representation of color #99C1B1: hue angle of 156º 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 #99C1B1 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB153193177-
CMYK0.2100.080.24
HSL156º24.39%67.84%-
HSV(B)156º20.73%75.69%-
XYZ40.1448.0948.76-
YUV179.22126.75109.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.25%
GREEN value IS 193 (75.78% from 255) = 36.90%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=29.25%
G=36.90%
B=33.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531931770.2100.080.2415624.3967.84
Hex99C1B11508189c1844
Octal231301261250103023430104
Binary10011001110000011011000110101010001100010011100110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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