Shades of Shadow Green #8DBBB4
Tints of Shadow Green #8DBBB4
RGB
CMYK
RGB Variations
Color information
#8DBBB4 (or 0x8DBBB4) is known color: Shadow Green. HEX triplet: 8D, BB and B4. RGB value is (141,187,180). Sum of RGB (Red+Green+Blue) = 141+187+180=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBB4 is #72444B. Grayscale: #ACACAC. Windows color (decimal): -7488588 or 11844493. OLE color: 11844493.
HSL color Cylindrical-coordinate representation of color #8DBBB4: hue angle of 170.87º 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 #8DBBB4 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 180 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.27 |
| HSL | 170.87º | 0.25% | 0.64% | - |
| HSV(B) | 170.87º | 0.25% | 0.73% | - |
| XYZ | 36.99 | 44.5 | 49.82 | - |
| YUV | 172.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 180 | 0.25 | 0 | 0.04 | 0.27 | 170.87 | 0.25 | 0.64 |
| Hex | 8D | BB | B4 | 19 | 0 | 4 | 1B | AB | 19 | 40 |
| Octal | 215 | 273 | 264 | 31 | 0 | 4 | 33 | 253 | 31 | 100 |
| Binary | 10001101 | 10111011 | 10110100 | 11001 | 0 | 100 | 11011 | 10101011 | 11001 | 1000000 |
Color Harmonies of #8DBBB4
Complementary color
Monochromatic Colors of #8DBBB4
Black with #8DBBB4
Text Example
Text Example
White with #8DBBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBB4; }
p { color: rgb(141,187,180); }
H1.HeaderClassName
{
color: #8DBBB4;
}
.AnyTagClassName
{
color: #8DBBB4;
}
</style>
background-color css
<style>
a { background-color: #8DBBB4; }
a { background-color: rgb(141,187,180); }
div.DivClassName
{
background-color: #8DBBB4;
}
.BgClassName
{
background-color: #8DBBB4;
}
</style>
border-color css
<style>
span { border-color: #8DBBB4; }
span { border-color: rgb(141,187,180); }
td.TdClassName
{
border-color: #8DBBB4;
}
.TagClassName
{
border-color: #8DBBB4;
}
</style>