#99C1BD

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

Shades of Shadow Green #99C1BD

Tints of Shadow Green #99C1BD

Color information

#99C1BD (or 0x99C1BD) is unknown color: approx Shadow Green. HEX triplet: 99, C1 and BD. RGB value is (153,193,189). Sum of RGB (Red+Green+Blue) = 153+193+189=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 193 - color contains mainly: green. Hex color #99C1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C1BD is #663E42. Grayscale: #B4B4B4. Windows color (decimal): -6700611 or 12435865. OLE color: 12435865.

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

Color convert

RGB153193189-
CMYK0.2100.020.24
HSL174º24.39%67.84%-
HSV(B)174º20.73%75.69%-
XYZ41.3948.5955.34-
YUV180.58132.75108.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.60%
GREEN value IS 193 (75.78% from 255) = 36.07%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=28.60%
G=36.07%
B=35.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531931890.2100.020.2417424.3967.84
Hex99C1BD150218ae1844
Octal23130127525023025630104
Binary100110011100000110111101101010101100010101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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