Shades of Shadow Green #8AB9B2
Tints of Shadow Green #8AB9B2
RGB
CMYK
RGB Variations
Color information
#8AB9B2 (or 0x8AB9B2) is known color: Shadow Green. HEX triplet: 8A, B9 and B2. RGB value is (138,185,178). Sum of RGB (Red+Green+Blue) = 138+185+178=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB9B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB9B2 is #75464D. Grayscale: #AAAAAA. Windows color (decimal): -7685710 or 11712906. OLE color: 11712906.
HSL color Cylindrical-coordinate representation of color #8AB9B2: hue angle of 171.06º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AB9B2 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 178 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.27 |
| HSL | 171.06º | 0.25% | 0.63% | - |
| HSV(B) | 171.06º | 0.25% | 0.73% | - |
| XYZ | 35.87 | 43.32 | 48.59 | - |
| YUV | 170.15 | 132.43 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 178 | 0.25 | 0 | 0.04 | 0.27 | 171.06 | 0.25 | 0.63 |
| Hex | 8A | B9 | B2 | 19 | 0 | 4 | 1B | AB | 19 | 3F |
| Octal | 212 | 271 | 262 | 31 | 0 | 4 | 33 | 253 | 31 | 77 |
| Binary | 10001010 | 10111001 | 10110010 | 11001 | 0 | 100 | 11011 | 10101011 | 11001 | 111111 |
Color Harmonies of #8AB9B2
Complementary color
Monochromatic Colors of #8AB9B2
Black with #8AB9B2
Text Example
Text Example
White with #8AB9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB9B2; }
p { color: rgb(138,185,178); }
H1.HeaderClassName
{
color: #8AB9B2;
}
.AnyTagClassName
{
color: #8AB9B2;
}
</style>
background-color css
<style>
a { background-color: #8AB9B2; }
a { background-color: rgb(138,185,178); }
div.DivClassName
{
background-color: #8AB9B2;
}
.BgClassName
{
background-color: #8AB9B2;
}
</style>
border-color css
<style>
span { border-color: #8AB9B2; }
span { border-color: rgb(138,185,178); }
td.TdClassName
{
border-color: #8AB9B2;
}
.TagClassName
{
border-color: #8AB9B2;
}
</style>