Shades of Spray #7FDEDC
Tints of Spray #7FDEDC
RGB
CMYK
RGB Variations
Color information
#7FDEDC (or 0x7FDEDC) is known color: Spray. HEX triplet: 7F, DE and DC. RGB value is (127,222,220). Sum of RGB (Red+Green+Blue) = 127+222+220=569 (75% of max value = 765). Red value is 127 (50% from 255 or 22.32% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #7FDEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDEDC is #802123. Grayscale: #C1C1C1. Windows color (decimal): -8397092 or 14474879. OLE color: 14474879.
HSL color Cylindrical-coordinate representation of color #7FDEDC: hue angle of 178.74º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDEDC is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 222 | 220 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.13 |
| HSL | 178.74º | 0.59% | 0.68% | - |
| HSV(B) | 178.74º | 0.43% | 0.87% | - |
| XYZ | 47.79 | 61.92 | 77.14 | - |
| YUV | 193.37 | 143.03 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 220 | 0.43 | 0 | 0.01 | 0.13 | 178.74 | 0.59 | 0.68 |
| Hex | 7F | DE | DC | 2B | 0 | 1 | D | B3 | 3B | 44 |
| Octal | 177 | 336 | 334 | 53 | 0 | 1 | 15 | 263 | 73 | 104 |
| Binary | 1111111 | 11011110 | 11011100 | 101011 | 0 | 1 | 1101 | 10110011 | 111011 | 1000100 |
Color Harmonies of #7FDEDC
Complementary color
Monochromatic Colors of #7FDEDC
Black with #7FDEDC
Text Example
Text Example
White with #7FDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDEDC; }
p { color: rgb(127,222,220); }
H1.HeaderClassName
{
color: #7FDEDC;
}
.AnyTagClassName
{
color: #7FDEDC;
}
</style>
background-color css
<style>
a { background-color: #7FDEDC; }
a { background-color: rgb(127,222,220); }
div.DivClassName
{
background-color: #7FDEDC;
}
.BgClassName
{
background-color: #7FDEDC;
}
</style>
border-color css
<style>
span { border-color: #7FDEDC; }
span { border-color: rgb(127,222,220); }
td.TdClassName
{
border-color: #7FDEDC;
}
.TagClassName
{
border-color: #7FDEDC;
}
</style>