Shades of De York #7BC888
Tints of De York #7BC888
RGB
CMYK
RGB Variations
Color information
#7BC888 (or 0x7BC888) is known color: De York. HEX triplet: 7B, C8 and 88. RGB value is (123,200,136). Sum of RGB (Red+Green+Blue) = 123+200+136=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC888 is #843777. Grayscale: #A9A9A9. Windows color (decimal): -8664952 or 8964219. OLE color: 8964219.
HSL color Cylindrical-coordinate representation of color #7BC888: hue angle of 130.13º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC888 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 200 | 136 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.22 |
| HSL | 130.13º | 0.41% | 0.63% | - |
| HSV(B) | 130.13º | 0.39% | 0.78% | - |
| XYZ | 33.27 | 47.3 | 30.67 | - |
| YUV | 169.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 200 | 136 | 0.38 | 0 | 0.32 | 0.22 | 130.13 | 0.41 | 0.63 |
| Hex | 7B | C8 | 88 | 26 | 0 | 20 | 16 | 82 | 29 | 3F |
| Octal | 173 | 310 | 210 | 46 | 0 | 40 | 26 | 202 | 51 | 77 |
| Binary | 1111011 | 11001000 | 10001000 | 100110 | 0 | 100000 | 10110 | 10000010 | 101001 | 111111 |
Color Harmonies of #7BC888
Complementary color
Monochromatic Colors of #7BC888
Black with #7BC888
Text Example
Text Example
White with #7BC888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC888; }
p { color: rgb(123,200,136); }
H1.HeaderClassName
{
color: #7BC888;
}
.AnyTagClassName
{
color: #7BC888;
}
</style>
background-color css
<style>
a { background-color: #7BC888; }
a { background-color: rgb(123,200,136); }
div.DivClassName
{
background-color: #7BC888;
}
.BgClassName
{
background-color: #7BC888;
}
</style>
border-color css
<style>
span { border-color: #7BC888; }
span { border-color: rgb(123,200,136); }
td.TdClassName
{
border-color: #7BC888;
}
.TagClassName
{
border-color: #7BC888;
}
</style>