Shades of Spray #7CD9D7
Tints of Spray #7CD9D7
RGB
CMYK
RGB Variations
Color information
#7CD9D7 (or 0x7CD9D7) is known color: Spray. HEX triplet: 7C, D9 and D7. RGB value is (124,217,215). Sum of RGB (Red+Green+Blue) = 124+217+215=556 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.30% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 217 - color contains mainly: green. Hex color #7CD9D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD9D7 is #832628. Grayscale: #BCBCBC. Windows color (decimal): -8594985 or 14145916. OLE color: 14145916.
HSL color Cylindrical-coordinate representation of color #7CD9D7: hue angle of 178.71º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CD9D7 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 217 | 215 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.15 |
| HSL | 178.71º | 0.55% | 0.67% | - |
| HSV(B) | 178.71º | 0.43% | 0.85% | - |
| XYZ | 45.39 | 58.82 | 73.25 | - |
| YUV | 188.97 | 142.69 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 217 | 215 | 0.43 | 0 | 0.01 | 0.15 | 178.71 | 0.55 | 0.67 |
| Hex | 7C | D9 | D7 | 2B | 0 | 1 | F | B3 | 37 | 43 |
| Octal | 174 | 331 | 327 | 53 | 0 | 1 | 17 | 263 | 67 | 103 |
| Binary | 1111100 | 11011001 | 11010111 | 101011 | 0 | 1 | 1111 | 10110011 | 110111 | 1000011 |
Color Harmonies of #7CD9D7
Complementary color
Monochromatic Colors of #7CD9D7
Black with #7CD9D7
Text Example
Text Example
White with #7CD9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD9D7; }
p { color: rgb(124,217,215); }
H1.HeaderClassName
{
color: #7CD9D7;
}
.AnyTagClassName
{
color: #7CD9D7;
}
</style>
background-color css
<style>
a { background-color: #7CD9D7; }
a { background-color: rgb(124,217,215); }
div.DivClassName
{
background-color: #7CD9D7;
}
.BgClassName
{
background-color: #7CD9D7;
}
</style>
border-color css
<style>
span { border-color: #7CD9D7; }
span { border-color: rgb(124,217,215); }
td.TdClassName
{
border-color: #7CD9D7;
}
.TagClassName
{
border-color: #7CD9D7;
}
</style>