Shades of De York #8BC894
Tints of De York #8BC894
RGB
CMYK
RGB Variations
Color information
#8BC894 (or 0x8BC894) is known color: De York. HEX triplet: 8B, C8 and 94. RGB value is (139,200,148). Sum of RGB (Red+Green+Blue) = 139+200+148=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC894 is #74376B. Grayscale: #AFAFAF. Windows color (decimal): -7616364 or 9750667. OLE color: 9750667.
HSL color Cylindrical-coordinate representation of color #8BC894: hue angle of 128.85º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC894 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 148 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.22 |
| HSL | 128.85º | 0.36% | 0.66% | - |
| HSV(B) | 128.85º | 0.31% | 0.78% | - |
| XYZ | 36.65 | 48.94 | 35.53 | - |
| YUV | 175.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 148 | 0.30 | 0 | 0.26 | 0.22 | 128.85 | 0.36 | 0.66 |
| Hex | 8B | C8 | 94 | 1E | 0 | 1A | 16 | 81 | 24 | 42 |
| Octal | 213 | 310 | 224 | 36 | 0 | 32 | 26 | 201 | 44 | 102 |
| Binary | 10001011 | 11001000 | 10010100 | 11110 | 0 | 11010 | 10110 | 10000001 | 100100 | 1000010 |
Color Harmonies of #8BC894
Complementary color
Monochromatic Colors of #8BC894
Black with #8BC894
Text Example
Text Example
White with #8BC894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC894; }
p { color: rgb(139,200,148); }
H1.HeaderClassName
{
color: #8BC894;
}
.AnyTagClassName
{
color: #8BC894;
}
</style>
background-color css
<style>
a { background-color: #8BC894; }
a { background-color: rgb(139,200,148); }
div.DivClassName
{
background-color: #8BC894;
}
.BgClassName
{
background-color: #8BC894;
}
</style>
border-color css
<style>
span { border-color: #8BC894; }
span { border-color: rgb(139,200,148); }
td.TdClassName
{
border-color: #8BC894;
}
.TagClassName
{
border-color: #8BC894;
}
</style>