Shades of Spray #7FDFDC
Tints of Spray #7FDFDC
RGB
CMYK
RGB Variations
Color information
#7FDFDC (or 0x7FDFDC) is known color: Spray. HEX triplet: 7F, DF and DC. RGB value is (127,223,220). Sum of RGB (Red+Green+Blue) = 127+223+220=570 (75% of max value = 765). Red value is 127 (50% from 255 or 22.28% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFDC is #802023. Grayscale: #C1C1C1. Windows color (decimal): -8396836 or 14475135. OLE color: 14475135.
HSL color Cylindrical-coordinate representation of color #7FDFDC: hue angle of 178.12º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDFDC is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 220 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.13 |
| HSL | 178.13º | 0.6% | 0.69% | - |
| HSV(B) | 178.13º | 0.43% | 0.87% | - |
| XYZ | 48.06 | 62.45 | 77.23 | - |
| YUV | 193.95 | 142.7 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 220 | 0.43 | 0 | 0.01 | 0.13 | 178.13 | 0.6 | 0.69 |
| Hex | 7F | DF | DC | 2B | 0 | 1 | D | B2 | 3C | 45 |
| Octal | 177 | 337 | 334 | 53 | 0 | 1 | 15 | 262 | 74 | 105 |
| Binary | 1111111 | 11011111 | 11011100 | 101011 | 0 | 1 | 1101 | 10110010 | 111100 | 1000101 |
Color Harmonies of #7FDFDC
Complementary color
Monochromatic Colors of #7FDFDC
Black with #7FDFDC
Text Example
Text Example
White with #7FDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFDC; }
p { color: rgb(127,223,220); }
H1.HeaderClassName
{
color: #7FDFDC;
}
.AnyTagClassName
{
color: #7FDFDC;
}
</style>
background-color css
<style>
a { background-color: #7FDFDC; }
a { background-color: rgb(127,223,220); }
div.DivClassName
{
background-color: #7FDFDC;
}
.BgClassName
{
background-color: #7FDFDC;
}
</style>
border-color css
<style>
span { border-color: #7FDFDC; }
span { border-color: rgb(127,223,220); }
td.TdClassName
{
border-color: #7FDFDC;
}
.TagClassName
{
border-color: #7FDFDC;
}
</style>