Shades of Spray #7CCFCD
Tints of Spray #7CCFCD
RGB
CMYK
RGB Variations
Color information
#7CCFCD (or 0x7CCFCD) is known color: Spray. HEX triplet: 7C, CF and CD. RGB value is (124,207,205). Sum of RGB (Red+Green+Blue) = 124+207+205=536 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.13% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCFCD is #833032. Grayscale: #B5B5B5. Windows color (decimal): -8597555 or 13487996. OLE color: 13487996.
HSL color Cylindrical-coordinate representation of color #7CCFCD: hue angle of 178.55º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCFCD is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 205 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.19 |
| HSL | 178.55º | 0.46% | 0.65% | - |
| HSV(B) | 178.55º | 0.4% | 0.81% | - |
| XYZ | 41.64 | 53.32 | 65.85 | - |
| YUV | 181.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 205 | 0.40 | 0 | 0.01 | 0.19 | 178.55 | 0.46 | 0.65 |
| Hex | 7C | CF | CD | 28 | 0 | 1 | 13 | B3 | 2E | 41 |
| Octal | 174 | 317 | 315 | 50 | 0 | 1 | 23 | 263 | 56 | 101 |
| Binary | 1111100 | 11001111 | 11001101 | 101000 | 0 | 1 | 10011 | 10110011 | 101110 | 1000001 |
Color Harmonies of #7CCFCD
Complementary color
Monochromatic Colors of #7CCFCD
Black with #7CCFCD
Text Example
Text Example
White with #7CCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCFCD; }
p { color: rgb(124,207,205); }
H1.HeaderClassName
{
color: #7CCFCD;
}
.AnyTagClassName
{
color: #7CCFCD;
}
</style>
background-color css
<style>
a { background-color: #7CCFCD; }
a { background-color: rgb(124,207,205); }
div.DivClassName
{
background-color: #7CCFCD;
}
.BgClassName
{
background-color: #7CCFCD;
}
</style>
border-color css
<style>
span { border-color: #7CCFCD; }
span { border-color: rgb(124,207,205); }
td.TdClassName
{
border-color: #7CCFCD;
}
.TagClassName
{
border-color: #7CCFCD;
}
</style>