Shades of Spray #7FDDDB
Tints of Spray #7FDDDB
RGB
CMYK
RGB Variations
Color information
#7FDDDB (or 0x7FDDDB) is known color: Spray. HEX triplet: 7F, DD and DB. RGB value is (127,221,219). Sum of RGB (Red+Green+Blue) = 127+221+219=567 (75% of max value = 765). Red value is 127 (50% from 255 or 22.40% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDDB is #802224. Grayscale: #C0C0C0. Windows color (decimal): -8397349 or 14409087. OLE color: 14409087.
HSL color Cylindrical-coordinate representation of color #7FDDDB: hue angle of 178.72º 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 #7FDDDB is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 219 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.13 |
| HSL | 178.72º | 0.58% | 0.68% | - |
| HSV(B) | 178.72º | 0.43% | 0.87% | - |
| XYZ | 47.4 | 61.34 | 76.36 | - |
| YUV | 192.67 | 142.86 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 219 | 0.43 | 0 | 0.01 | 0.13 | 178.72 | 0.58 | 0.68 |
| Hex | 7F | DD | DB | 2B | 0 | 1 | D | B3 | 3A | 44 |
| Octal | 177 | 335 | 333 | 53 | 0 | 1 | 15 | 263 | 72 | 104 |
| Binary | 1111111 | 11011101 | 11011011 | 101011 | 0 | 1 | 1101 | 10110011 | 111010 | 1000100 |
Color Harmonies of #7FDDDB
Complementary color
Monochromatic Colors of #7FDDDB
Black with #7FDDDB
Text Example
Text Example
White with #7FDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDDB; }
p { color: rgb(127,221,219); }
H1.HeaderClassName
{
color: #7FDDDB;
}
.AnyTagClassName
{
color: #7FDDDB;
}
</style>
background-color css
<style>
a { background-color: #7FDDDB; }
a { background-color: rgb(127,221,219); }
div.DivClassName
{
background-color: #7FDDDB;
}
.BgClassName
{
background-color: #7FDDDB;
}
</style>
border-color css
<style>
span { border-color: #7FDDDB; }
span { border-color: rgb(127,221,219); }
td.TdClassName
{
border-color: #7FDDDB;
}
.TagClassName
{
border-color: #7FDDDB;
}
</style>