#99C1B4

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

Shades of Shadow Green #99C1B4

Tints of Shadow Green #99C1B4

Color information

#99C1B4 (or 0x99C1B4) is unknown color: approx Shadow Green. HEX triplet: 99, C1 and B4. RGB value is (153,193,180). Sum of RGB (Red+Green+Blue) = 153+193+180=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 193 - color contains mainly: green. Hex color #99C1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C1B4 is #663E4B. Grayscale: #B3B3B3. Windows color (decimal): -6700620 or 11846041. OLE color: 11846041.

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

Color convert

RGB153193180-
CMYK0.2100.070.24
HSL160.5º24.39%67.84%-
HSV(B)160.5º20.73%75.69%-
XYZ40.4548.2150.35-
YUV179.56128.25109.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.09%
GREEN value IS 193 (75.78% from 255) = 36.69%
BLUE value IS 180 (70.70% from 255) = 34.22%
R=29.09%
G=36.69%
B=34.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531931800.2100.070.24160.524.3967.84
Hex99C1B4150718a01844
Octal23130126425073024030104
Binary1001100111000001101101001010101111100010100000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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