Shades of Shadow Green #8DBBB3
Tints of Shadow Green #8DBBB3
RGB
CMYK
RGB Variations
Color information
#8DBBB3 (or 0x8DBBB3) is known color: Shadow Green. HEX triplet: 8D, BB and B3. RGB value is (141,187,179). Sum of RGB (Red+Green+Blue) = 141+187+179=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBB3 is #72444C. Grayscale: #ACACAC. Windows color (decimal): -7488589 or 11778957. OLE color: 11778957.
HSL color Cylindrical-coordinate representation of color #8DBBB3: hue angle of 169.57º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBBB3 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 179 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.27 |
| HSL | 169.57º | 0.25% | 0.64% | - |
| HSV(B) | 169.57º | 0.25% | 0.73% | - |
| XYZ | 36.89 | 44.46 | 49.28 | - |
| YUV | 172.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 179 | 0.25 | 0 | 0.04 | 0.27 | 169.57 | 0.25 | 0.64 |
| Hex | 8D | BB | B3 | 19 | 0 | 4 | 1B | AA | 19 | 40 |
| Octal | 215 | 273 | 263 | 31 | 0 | 4 | 33 | 252 | 31 | 100 |
| Binary | 10001101 | 10111011 | 10110011 | 11001 | 0 | 100 | 11011 | 10101010 | 11001 | 1000000 |
Color Harmonies of #8DBBB3
Complementary color
Monochromatic Colors of #8DBBB3
Black with #8DBBB3
Text Example
Text Example
White with #8DBBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBB3; }
p { color: rgb(141,187,179); }
H1.HeaderClassName
{
color: #8DBBB3;
}
.AnyTagClassName
{
color: #8DBBB3;
}
</style>
background-color css
<style>
a { background-color: #8DBBB3; }
a { background-color: rgb(141,187,179); }
div.DivClassName
{
background-color: #8DBBB3;
}
.BgClassName
{
background-color: #8DBBB3;
}
</style>
border-color css
<style>
span { border-color: #8DBBB3; }
span { border-color: rgb(141,187,179); }
td.TdClassName
{
border-color: #8DBBB3;
}
.TagClassName
{
border-color: #8DBBB3;
}
</style>