Shades of Spray #7FC4CA
Tints of Spray #7FC4CA
RGB
CMYK
RGB Variations
Color information
#7FC4CA (or 0x7FC4CA) is known color: Spray. HEX triplet: 7F, C4 and CA. RGB value is (127,196,202). Sum of RGB (Red+Green+Blue) = 127+196+202=525 (69% of max value = 765). Red value is 127 (50% from 255 or 24.19% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FC4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC4CA is #803B35. Grayscale: #AFAFAF. Windows color (decimal): -8403766 or 13288575. OLE color: 13288575.
HSL color Cylindrical-coordinate representation of color #7FC4CA: hue angle of 184.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FC4CA is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 196 | 202 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.21 |
| HSL | 184.8º | 0.41% | 0.65% | - |
| HSV(B) | 184.8º | 0.37% | 0.79% | - |
| XYZ | 39.15 | 48.26 | 63.13 | - |
| YUV | 176.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 196 | 202 | 0.37 | 0.03 | 0 | 0.21 | 184.8 | 0.41 | 0.65 |
| Hex | 7F | C4 | CA | 25 | 3 | 0 | 15 | B9 | 29 | 41 |
| Octal | 177 | 304 | 312 | 45 | 3 | 0 | 25 | 271 | 51 | 101 |
| Binary | 1111111 | 11000100 | 11001010 | 100101 | 11 | 0 | 10101 | 10111001 | 101001 | 1000001 |
Color Harmonies of #7FC4CA
Complementary color
Monochromatic Colors of #7FC4CA
Black with #7FC4CA
Text Example
Text Example
White with #7FC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC4CA; }
p { color: rgb(127,196,202); }
H1.HeaderClassName
{
color: #7FC4CA;
}
.AnyTagClassName
{
color: #7FC4CA;
}
</style>
background-color css
<style>
a { background-color: #7FC4CA; }
a { background-color: rgb(127,196,202); }
div.DivClassName
{
background-color: #7FC4CA;
}
.BgClassName
{
background-color: #7FC4CA;
}
</style>
border-color css
<style>
span { border-color: #7FC4CA; }
span { border-color: rgb(127,196,202); }
td.TdClassName
{
border-color: #7FC4CA;
}
.TagClassName
{
border-color: #7FC4CA;
}
</style>