Shades of Spray #7CC5CC
Tints of Spray #7CC5CC
RGB
CMYK
RGB Variations
Color information
#7CC5CC (or 0x7CC5CC) is known color: Spray. HEX triplet: 7C, C5 and CC. RGB value is (124,197,204). Sum of RGB (Red+Green+Blue) = 124+197+204=525 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.62% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CC5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC5CC is #833A33. Grayscale: #AFAFAF. Windows color (decimal): -8600116 or 13419900. OLE color: 13419900.
HSL color Cylindrical-coordinate representation of color #7CC5CC: hue angle of 185.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CC5CC is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 197 | 204 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.2 |
| HSL | 185.25º | 0.44% | 0.64% | - |
| HSV(B) | 185.25º | 0.39% | 0.8% | - |
| XYZ | 39.18 | 48.58 | 64.44 | - |
| YUV | 175.97 | 143.82 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 204 | 0.39 | 0.03 | 0 | 0.2 | 185.25 | 0.44 | 0.64 |
| Hex | 7C | C5 | CC | 27 | 3 | 0 | 14 | B9 | 2C | 40 |
| Octal | 174 | 305 | 314 | 47 | 3 | 0 | 24 | 271 | 54 | 100 |
| Binary | 1111100 | 11000101 | 11001100 | 100111 | 11 | 0 | 10100 | 10111001 | 101100 | 1000000 |
Color Harmonies of #7CC5CC
Complementary color
Monochromatic Colors of #7CC5CC
Black with #7CC5CC
Text Example
Text Example
White with #7CC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC5CC; }
p { color: rgb(124,197,204); }
H1.HeaderClassName
{
color: #7CC5CC;
}
.AnyTagClassName
{
color: #7CC5CC;
}
</style>
background-color css
<style>
a { background-color: #7CC5CC; }
a { background-color: rgb(124,197,204); }
div.DivClassName
{
background-color: #7CC5CC;
}
.BgClassName
{
background-color: #7CC5CC;
}
</style>
border-color css
<style>
span { border-color: #7CC5CC; }
span { border-color: rgb(124,197,204); }
td.TdClassName
{
border-color: #7CC5CC;
}
.TagClassName
{
border-color: #7CC5CC;
}
</style>