Shades of De York #80C888
Tints of De York #80C888
RGB
CMYK
RGB Variations
Color information
#80C888 (or 0x80C888) is known color: De York. HEX triplet: 80, C8 and 88. RGB value is (128,200,136). Sum of RGB (Red+Green+Blue) = 128+200+136=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #80C888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C888 is #7F3777. Grayscale: #ABABAB. Windows color (decimal): -8337272 or 8964224. OLE color: 8964224.
HSL color Cylindrical-coordinate representation of color #80C888: hue angle of 126.67º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C888 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 136 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.22 |
| HSL | 126.67º | 0.4% | 0.64% | - |
| HSV(B) | 126.67º | 0.36% | 0.78% | - |
| XYZ | 34 | 47.68 | 30.7 | - |
| YUV | 171.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 136 | 0.36 | 0 | 0.32 | 0.22 | 126.67 | 0.4 | 0.64 |
| Hex | 80 | C8 | 88 | 24 | 0 | 20 | 16 | 7F | 28 | 40 |
| Octal | 200 | 310 | 210 | 44 | 0 | 40 | 26 | 177 | 50 | 100 |
| Binary | 10000000 | 11001000 | 10001000 | 100100 | 0 | 100000 | 10110 | 1111111 | 101000 | 1000000 |
Color Harmonies of #80C888
Complementary color
Monochromatic Colors of #80C888
Black with #80C888
Text Example
Text Example
White with #80C888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C888; }
p { color: rgb(128,200,136); }
H1.HeaderClassName
{
color: #80C888;
}
.AnyTagClassName
{
color: #80C888;
}
</style>
background-color css
<style>
a { background-color: #80C888; }
a { background-color: rgb(128,200,136); }
div.DivClassName
{
background-color: #80C888;
}
.BgClassName
{
background-color: #80C888;
}
</style>
border-color css
<style>
span { border-color: #80C888; }
span { border-color: rgb(128,200,136); }
td.TdClassName
{
border-color: #80C888;
}
.TagClassName
{
border-color: #80C888;
}
</style>