Shades of De York #8BCA8F
Tints of De York #8BCA8F
RGB
CMYK
RGB Variations
Color information
#8BCA8F (or 0x8BCA8F) is known color: De York. HEX triplet: 8B, CA and 8F. RGB value is (139,202,143). Sum of RGB (Red+Green+Blue) = 139+202+143=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCA8F is #743570. Grayscale: #B0B0B0. Windows color (decimal): -7615857 or 9423499. OLE color: 9423499.
HSL color Cylindrical-coordinate representation of color #8BCA8F: hue angle of 123.81º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BCA8F is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 143 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.21 |
| HSL | 123.81º | 0.37% | 0.67% | - |
| HSV(B) | 123.81º | 0.31% | 0.79% | - |
| XYZ | 36.73 | 49.71 | 33.65 | - |
| YUV | 176.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 143 | 0.31 | 0 | 0.29 | 0.21 | 123.81 | 0.37 | 0.67 |
| Hex | 8B | CA | 8F | 1F | 0 | 1D | 15 | 7C | 25 | 43 |
| Octal | 213 | 312 | 217 | 37 | 0 | 35 | 25 | 174 | 45 | 103 |
| Binary | 10001011 | 11001010 | 10001111 | 11111 | 0 | 11101 | 10101 | 1111100 | 100101 | 1000011 |
Color Harmonies of #8BCA8F
Complementary color
Monochromatic Colors of #8BCA8F
Black with #8BCA8F
Text Example
Text Example
White with #8BCA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCA8F; }
p { color: rgb(139,202,143); }
H1.HeaderClassName
{
color: #8BCA8F;
}
.AnyTagClassName
{
color: #8BCA8F;
}
</style>
background-color css
<style>
a { background-color: #8BCA8F; }
a { background-color: rgb(139,202,143); }
div.DivClassName
{
background-color: #8BCA8F;
}
.BgClassName
{
background-color: #8BCA8F;
}
</style>
border-color css
<style>
span { border-color: #8BCA8F; }
span { border-color: rgb(139,202,143); }
td.TdClassName
{
border-color: #8BCA8F;
}
.TagClassName
{
border-color: #8BCA8F;
}
</style>