Shades of Spray #7CCDCC
Tints of Spray #7CCDCC
RGB
CMYK
RGB Variations
Color information
#7CCDCC (or 0x7CCDCC) is known color: Spray. HEX triplet: 7C, CD and CC. RGB value is (124,205,204). Sum of RGB (Red+Green+Blue) = 124+205+204=533 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.26% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCDCC is #833233. Grayscale: #B4B4B4. Windows color (decimal): -8598068 or 13421948. OLE color: 13421948.
HSL color Cylindrical-coordinate representation of color #7CCDCC: hue angle of 179.26º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCDCC is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 204 | - |
| CMYK | 0.40 | 0 | 0.00 | 0.20 |
| HSL | 179.26º | 0.45% | 0.65% | - |
| HSV(B) | 179.26º | 0.4% | 0.8% | - |
| XYZ | 41.04 | 52.31 | 65.06 | - |
| YUV | 180.67 | 141.16 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 204 | 0.40 | 0 | 0.00 | 0.20 | 179.26 | 0.45 | 0.65 |
| Hex | 7C | CD | CC | 28 | 0 | 0 | 14 | B3 | 2D | 41 |
| Octal | 174 | 315 | 314 | 50 | 0 | 0 | 24 | 263 | 55 | 101 |
| Binary | 1111100 | 11001101 | 11001100 | 101000 | 0 | 0 | 10100 | 10110011 | 101101 | 1000001 |
Color Harmonies of #7CCDCC
Complementary color
Monochromatic Colors of #7CCDCC
Black with #7CCDCC
Text Example
Text Example
White with #7CCDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCDCC; }
p { color: rgb(124,205,204); }
H1.HeaderClassName
{
color: #7CCDCC;
}
.AnyTagClassName
{
color: #7CCDCC;
}
</style>
background-color css
<style>
a { background-color: #7CCDCC; }
a { background-color: rgb(124,205,204); }
div.DivClassName
{
background-color: #7CCDCC;
}
.BgClassName
{
background-color: #7CCDCC;
}
</style>
border-color css
<style>
span { border-color: #7CCDCC; }
span { border-color: rgb(124,205,204); }
td.TdClassName
{
border-color: #7CCDCC;
}
.TagClassName
{
border-color: #7CCDCC;
}
</style>