Shades of Spray #7DCACA
Tints of Spray #7DCACA
RGB
CMYK
RGB Variations
Color information
#7DCACA (or 0x7DCACA) is known color: Spray. HEX triplet: 7D, CA and CA. RGB value is (125,202,202). Sum of RGB (Red+Green+Blue) = 125+202+202=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #7DCACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCACA is #823535. Grayscale: #B2B2B2. Windows color (decimal): -8533302 or 13290109. OLE color: 13290109.
HSL color Cylindrical-coordinate representation of color #7DCACA: hue angle of 180º 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 #7DCACA is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 202 | 202 | - |
| CMYK | 0.38 | 0 | 0 | 0.21 |
| HSL | 180º | 0.42% | 0.64% | - |
| HSV(B) | 180º | 0.38% | 0.79% | - |
| XYZ | 40.24 | 50.87 | 63.57 | - |
| YUV | 178.98 | 140.99 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 202 | 0.38 | 0 | 0 | 0.21 | 180 | 0.42 | 0.64 |
| Hex | 7D | CA | CA | 26 | 0 | 0 | 15 | B4 | 2A | 40 |
| Octal | 175 | 312 | 312 | 46 | 0 | 0 | 25 | 264 | 52 | 100 |
| Binary | 1111101 | 11001010 | 11001010 | 100110 | 0 | 0 | 10101 | 10110100 | 101010 | 1000000 |
Color Harmonies of #7DCACA
Complementary color
Monochromatic Colors of #7DCACA
Black with #7DCACA
Text Example
Text Example
White with #7DCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCACA; }
p { color: rgb(125,202,202); }
H1.HeaderClassName
{
color: #7DCACA;
}
.AnyTagClassName
{
color: #7DCACA;
}
</style>
background-color css
<style>
a { background-color: #7DCACA; }
a { background-color: rgb(125,202,202); }
div.DivClassName
{
background-color: #7DCACA;
}
.BgClassName
{
background-color: #7DCACA;
}
</style>
border-color css
<style>
span { border-color: #7DCACA; }
span { border-color: rgb(125,202,202); }
td.TdClassName
{
border-color: #7DCACA;
}
.TagClassName
{
border-color: #7DCACA;
}
</style>