Shades of Shadow Green #8CBDB2
Tints of Shadow Green #8CBDB2
RGB
CMYK
RGB Variations
Color information
#8CBDB2 (or 0x8CBDB2) is known color: Shadow Green. HEX triplet: 8C, BD and B2. RGB value is (140,189,178). Sum of RGB (Red+Green+Blue) = 140+189+178=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBDB2 is #73424D. Grayscale: #ADADAD. Windows color (decimal): -7553614 or 11713932. OLE color: 11713932.
HSL color Cylindrical-coordinate representation of color #8CBDB2: hue angle of 166.53º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBDB2 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 189 | 178 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.26 |
| HSL | 166.53º | 0.27% | 0.65% | - |
| HSV(B) | 166.53º | 0.26% | 0.74% | - |
| XYZ | 37.05 | 45.18 | 48.89 | - |
| YUV | 173.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 178 | 0.26 | 0 | 0.06 | 0.26 | 166.53 | 0.27 | 0.65 |
| Hex | 8C | BD | B2 | 1A | 0 | 6 | 1A | A7 | 1B | 41 |
| Octal | 214 | 275 | 262 | 32 | 0 | 6 | 32 | 247 | 33 | 101 |
| Binary | 10001100 | 10111101 | 10110010 | 11010 | 0 | 110 | 11010 | 10100111 | 11011 | 1000001 |
Color Harmonies of #8CBDB2
Complementary color
Monochromatic Colors of #8CBDB2
Black with #8CBDB2
Text Example
Text Example
White with #8CBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBDB2; }
p { color: rgb(140,189,178); }
H1.HeaderClassName
{
color: #8CBDB2;
}
.AnyTagClassName
{
color: #8CBDB2;
}
</style>
background-color css
<style>
a { background-color: #8CBDB2; }
a { background-color: rgb(140,189,178); }
div.DivClassName
{
background-color: #8CBDB2;
}
.BgClassName
{
background-color: #8CBDB2;
}
</style>
border-color css
<style>
span { border-color: #8CBDB2; }
span { border-color: rgb(140,189,178); }
td.TdClassName
{
border-color: #8CBDB2;
}
.TagClassName
{
border-color: #8CBDB2;
}
</style>