Shades of Spray #7CC8C9
Tints of Spray #7CC8C9
RGB
CMYK
RGB Variations
Color information
#7CC8C9 (or 0x7CC8C9) is known color: Spray. HEX triplet: 7C, C8 and C9. RGB value is (124,200,201). Sum of RGB (Red+Green+Blue) = 124+200+201=525 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.62% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #7CC8C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC8C9 is #833736. Grayscale: #B1B1B1. Windows color (decimal): -8599351 or 13224060. OLE color: 13224060.
HSL color Cylindrical-coordinate representation of color #7CC8C9: hue angle of 180.78º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC8C9 is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 200 | 201 | - |
| CMYK | 0.38 | 0.00 | 0 | 0.21 |
| HSL | 180.78º | 0.42% | 0.64% | - |
| HSV(B) | 180.78º | 0.38% | 0.79% | - |
| XYZ | 39.51 | 49.81 | 62.79 | - |
| YUV | 177.39 | 141.32 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 201 | 0.38 | 0.00 | 0 | 0.21 | 180.78 | 0.42 | 0.64 |
| Hex | 7C | C8 | C9 | 26 | 0 | 0 | 15 | B5 | 2A | 40 |
| Octal | 174 | 310 | 311 | 46 | 0 | 0 | 25 | 265 | 52 | 100 |
| Binary | 1111100 | 11001000 | 11001001 | 100110 | 0 | 0 | 10101 | 10110101 | 101010 | 1000000 |
Color Harmonies of #7CC8C9
Complementary color
Monochromatic Colors of #7CC8C9
Black with #7CC8C9
Text Example
Text Example
White with #7CC8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC8C9; }
p { color: rgb(124,200,201); }
H1.HeaderClassName
{
color: #7CC8C9;
}
.AnyTagClassName
{
color: #7CC8C9;
}
</style>
background-color css
<style>
a { background-color: #7CC8C9; }
a { background-color: rgb(124,200,201); }
div.DivClassName
{
background-color: #7CC8C9;
}
.BgClassName
{
background-color: #7CC8C9;
}
</style>
border-color css
<style>
span { border-color: #7CC8C9; }
span { border-color: rgb(124,200,201); }
td.TdClassName
{
border-color: #7CC8C9;
}
.TagClassName
{
border-color: #7CC8C9;
}
</style>