Shades of Shadow Green #8FB8B3
Tints of Shadow Green #8FB8B3
RGB
CMYK
RGB Variations
Color information
#8FB8B3 (or 0x8FB8B3) is known color: Shadow Green. HEX triplet: 8F, B8 and B3. RGB value is (143,184,179). Sum of RGB (Red+Green+Blue) = 143+184+179=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB8B3 is #70474C. Grayscale: #ABABAB. Windows color (decimal): -7358285 or 11778191. OLE color: 11778191.
HSL color Cylindrical-coordinate representation of color #8FB8B3: hue angle of 172.68º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8FB8B3 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 179 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.28 |
| HSL | 172.68º | 0.22% | 0.64% | - |
| HSV(B) | 172.68º | 0.22% | 0.72% | - |
| XYZ | 36.6 | 43.38 | 49.09 | - |
| YUV | 171.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 179 | 0.22 | 0 | 0.03 | 0.28 | 172.68 | 0.22 | 0.64 |
| Hex | 8F | B8 | B3 | 16 | 0 | 3 | 1C | AD | 16 | 40 |
| Octal | 217 | 270 | 263 | 26 | 0 | 3 | 34 | 255 | 26 | 100 |
| Binary | 10001111 | 10111000 | 10110011 | 10110 | 0 | 11 | 11100 | 10101101 | 10110 | 1000000 |
Color Harmonies of #8FB8B3
Complementary color
Monochromatic Colors of #8FB8B3
Black with #8FB8B3
Text Example
Text Example
White with #8FB8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB8B3; }
p { color: rgb(143,184,179); }
H1.HeaderClassName
{
color: #8FB8B3;
}
.AnyTagClassName
{
color: #8FB8B3;
}
</style>
background-color css
<style>
a { background-color: #8FB8B3; }
a { background-color: rgb(143,184,179); }
div.DivClassName
{
background-color: #8FB8B3;
}
.BgClassName
{
background-color: #8FB8B3;
}
</style>
border-color css
<style>
span { border-color: #8FB8B3; }
span { border-color: rgb(143,184,179); }
td.TdClassName
{
border-color: #8FB8B3;
}
.TagClassName
{
border-color: #8FB8B3;
}
</style>