Shades of Spray #7FDDDA
Tints of Spray #7FDDDA
RGB
CMYK
RGB Variations
Color information
#7FDDDA (or 0x7FDDDA) is known color: Spray. HEX triplet: 7F, DD and DA. RGB value is (127,221,218). Sum of RGB (Red+Green+Blue) = 127+221+218=566 (74% of max value = 765). Red value is 127 (50% from 255 or 22.44% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDDA is #802225. Grayscale: #C0C0C0. Windows color (decimal): -8397350 or 14343551. OLE color: 14343551.
HSL color Cylindrical-coordinate representation of color #7FDDDA: hue angle of 178.09º degrees, saturation: 0.58, 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 #7FDDDA is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 218 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.13 |
| HSL | 178.09º | 0.58% | 0.68% | - |
| HSV(B) | 178.09º | 0.43% | 0.87% | - |
| XYZ | 47.26 | 61.29 | 75.67 | - |
| YUV | 192.55 | 142.36 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 218 | 0.43 | 0 | 0.01 | 0.13 | 178.09 | 0.58 | 0.68 |
| Hex | 7F | DD | DA | 2B | 0 | 1 | D | B2 | 3A | 44 |
| Octal | 177 | 335 | 332 | 53 | 0 | 1 | 15 | 262 | 72 | 104 |
| Binary | 1111111 | 11011101 | 11011010 | 101011 | 0 | 1 | 1101 | 10110010 | 111010 | 1000100 |
Color Harmonies of #7FDDDA
Complementary color
Monochromatic Colors of #7FDDDA
Black with #7FDDDA
Text Example
Text Example
White with #7FDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDDA; }
p { color: rgb(127,221,218); }
H1.HeaderClassName
{
color: #7FDDDA;
}
.AnyTagClassName
{
color: #7FDDDA;
}
</style>
background-color css
<style>
a { background-color: #7FDDDA; }
a { background-color: rgb(127,221,218); }
div.DivClassName
{
background-color: #7FDDDA;
}
.BgClassName
{
background-color: #7FDDDA;
}
</style>
border-color css
<style>
span { border-color: #7FDDDA; }
span { border-color: rgb(127,221,218); }
td.TdClassName
{
border-color: #7FDDDA;
}
.TagClassName
{
border-color: #7FDDDA;
}
</style>