Shades of Spray #7CD1D2
Tints of Spray #7CD1D2
RGB
CMYK
RGB Variations
Color information
#7CD1D2 (or 0x7CD1D2) is known color: Spray. HEX triplet: 7C, D1 and D2. RGB value is (124,209,210). Sum of RGB (Red+Green+Blue) = 124+209+210=543 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.84% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 210 - color contains mainly: blue. Hex color #7CD1D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD1D2 is #832E2D. Grayscale: #B7B7B7. Windows color (decimal): -8597038 or 13816188. OLE color: 13816188.
HSL color Cylindrical-coordinate representation of color #7CD1D2: hue angle of 180.7º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CD1D2 is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 209 | 210 | - |
| CMYK | 0.41 | 0.00 | 0 | 0.18 |
| HSL | 180.7º | 0.49% | 0.65% | - |
| HSV(B) | 180.7º | 0.41% | 0.82% | - |
| XYZ | 42.75 | 54.54 | 69.25 | - |
| YUV | 183.7 | 142.84 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 209 | 210 | 0.41 | 0.00 | 0 | 0.18 | 180.7 | 0.49 | 0.65 |
| Hex | 7C | D1 | D2 | 29 | 0 | 0 | 12 | B5 | 31 | 41 |
| Octal | 174 | 321 | 322 | 51 | 0 | 0 | 22 | 265 | 61 | 101 |
| Binary | 1111100 | 11010001 | 11010010 | 101001 | 0 | 0 | 10010 | 10110101 | 110001 | 1000001 |
Color Harmonies of #7CD1D2
Complementary color
Monochromatic Colors of #7CD1D2
Black with #7CD1D2
Text Example
Text Example
White with #7CD1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD1D2; }
p { color: rgb(124,209,210); }
H1.HeaderClassName
{
color: #7CD1D2;
}
.AnyTagClassName
{
color: #7CD1D2;
}
</style>
background-color css
<style>
a { background-color: #7CD1D2; }
a { background-color: rgb(124,209,210); }
div.DivClassName
{
background-color: #7CD1D2;
}
.BgClassName
{
background-color: #7CD1D2;
}
</style>
border-color css
<style>
span { border-color: #7CD1D2; }
span { border-color: rgb(124,209,210); }
td.TdClassName
{
border-color: #7CD1D2;
}
.TagClassName
{
border-color: #7CD1D2;
}
</style>