Shades of Shadow Green #8ABCB3
Tints of Shadow Green #8ABCB3
RGB
CMYK
RGB Variations
Color information
#8ABCB3 (or 0x8ABCB3) is known color: Shadow Green. HEX triplet: 8A, BC and B3. RGB value is (138,188,179). Sum of RGB (Red+Green+Blue) = 138+188+179=505 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.33% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCB3 is #75434C. Grayscale: #ACACAC. Windows color (decimal): -7684941 or 11779210. OLE color: 11779210.
HSL color Cylindrical-coordinate representation of color #8ABCB3: hue angle of 169.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABCB3 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 179 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.26 |
| HSL | 169.2º | 0.27% | 0.64% | - |
| HSV(B) | 169.2º | 0.27% | 0.74% | - |
| XYZ | 36.6 | 44.62 | 49.33 | - |
| YUV | 172.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 179 | 0.27 | 0 | 0.05 | 0.26 | 169.2 | 0.27 | 0.64 |
| Hex | 8A | BC | B3 | 1B | 0 | 5 | 1A | A9 | 1B | 40 |
| Octal | 212 | 274 | 263 | 33 | 0 | 5 | 32 | 251 | 33 | 100 |
| Binary | 10001010 | 10111100 | 10110011 | 11011 | 0 | 101 | 11010 | 10101001 | 11011 | 1000000 |
Color Harmonies of #8ABCB3
Complementary color
Monochromatic Colors of #8ABCB3
Black with #8ABCB3
Text Example
Text Example
White with #8ABCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCB3; }
p { color: rgb(138,188,179); }
H1.HeaderClassName
{
color: #8ABCB3;
}
.AnyTagClassName
{
color: #8ABCB3;
}
</style>
background-color css
<style>
a { background-color: #8ABCB3; }
a { background-color: rgb(138,188,179); }
div.DivClassName
{
background-color: #8ABCB3;
}
.BgClassName
{
background-color: #8ABCB3;
}
</style>
border-color css
<style>
span { border-color: #8ABCB3; }
span { border-color: rgb(138,188,179); }
td.TdClassName
{
border-color: #8ABCB3;
}
.TagClassName
{
border-color: #8ABCB3;
}
</style>