Shades of Spray #7DD0CE
Tints of Spray #7DD0CE
RGB
CMYK
RGB Variations
Color information
#7DD0CE (or 0x7DD0CE) is known color: Spray. HEX triplet: 7D, D0 and CE. RGB value is (125,208,206). Sum of RGB (Red+Green+Blue) = 125+208+206=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD0CE is #822F31. Grayscale: #B6B6B6. Windows color (decimal): -8531762 or 13553789. OLE color: 13553789.
HSL color Cylindrical-coordinate representation of color #7DD0CE: hue angle of 178.55º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD0CE is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 208 | 206 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.18 |
| HSL | 178.55º | 0.47% | 0.65% | - |
| HSV(B) | 178.55º | 0.4% | 0.82% | - |
| XYZ | 42.15 | 53.93 | 66.58 | - |
| YUV | 182.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 208 | 206 | 0.40 | 0 | 0.01 | 0.18 | 178.55 | 0.47 | 0.65 |
| Hex | 7D | D0 | CE | 28 | 0 | 1 | 12 | B3 | 2F | 41 |
| Octal | 175 | 320 | 316 | 50 | 0 | 1 | 22 | 263 | 57 | 101 |
| Binary | 1111101 | 11010000 | 11001110 | 101000 | 0 | 1 | 10010 | 10110011 | 101111 | 1000001 |
Color Harmonies of #7DD0CE
Complementary color
Monochromatic Colors of #7DD0CE
Black with #7DD0CE
Text Example
Text Example
White with #7DD0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD0CE; }
p { color: rgb(125,208,206); }
H1.HeaderClassName
{
color: #7DD0CE;
}
.AnyTagClassName
{
color: #7DD0CE;
}
</style>
background-color css
<style>
a { background-color: #7DD0CE; }
a { background-color: rgb(125,208,206); }
div.DivClassName
{
background-color: #7DD0CE;
}
.BgClassName
{
background-color: #7DD0CE;
}
</style>
border-color css
<style>
span { border-color: #7DD0CE; }
span { border-color: rgb(125,208,206); }
td.TdClassName
{
border-color: #7DD0CE;
}
.TagClassName
{
border-color: #7DD0CE;
}
</style>