Shades of Spray #7FDFDD
Tints of Spray #7FDFDD
RGB
CMYK
RGB Variations
Color information
#7FDFDD (or 0x7FDFDD) is known color: Spray. HEX triplet: 7F, DF and DD. RGB value is (127,223,221). Sum of RGB (Red+Green+Blue) = 127+223+221=571 (75% of max value = 765). Red value is 127 (50% from 255 or 22.24% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFDD is #802022. Grayscale: #C1C1C1. Windows color (decimal): -8396835 or 14540671. OLE color: 14540671.
HSL color Cylindrical-coordinate representation of color #7FDFDD: hue angle of 178.75º 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 #7FDFDD is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 221 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.13 |
| HSL | 178.75º | 0.6% | 0.69% | - |
| HSV(B) | 178.75º | 0.43% | 0.87% | - |
| XYZ | 48.19 | 62.51 | 77.93 | - |
| YUV | 194.07 | 143.2 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 221 | 0.43 | 0 | 0.01 | 0.13 | 178.75 | 0.6 | 0.69 |
| Hex | 7F | DF | DD | 2B | 0 | 1 | D | B3 | 3C | 45 |
| Octal | 177 | 337 | 335 | 53 | 0 | 1 | 15 | 263 | 74 | 105 |
| Binary | 1111111 | 11011111 | 11011101 | 101011 | 0 | 1 | 1101 | 10110011 | 111100 | 1000101 |
Color Harmonies of #7FDFDD
Complementary color
Monochromatic Colors of #7FDFDD
Black with #7FDFDD
Text Example
Text Example
White with #7FDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFDD; }
p { color: rgb(127,223,221); }
H1.HeaderClassName
{
color: #7FDFDD;
}
.AnyTagClassName
{
color: #7FDFDD;
}
</style>
background-color css
<style>
a { background-color: #7FDFDD; }
a { background-color: rgb(127,223,221); }
div.DivClassName
{
background-color: #7FDFDD;
}
.BgClassName
{
background-color: #7FDFDD;
}
</style>
border-color css
<style>
span { border-color: #7FDFDD; }
span { border-color: rgb(127,223,221); }
td.TdClassName
{
border-color: #7FDFDD;
}
.TagClassName
{
border-color: #7FDFDD;
}
</style>