Shades of Spray #7ACECF
Tints of Spray #7ACECF
RGB
CMYK
RGB Variations
Color information
#7ACECF (or 0x7ACECF) is known color: Spray. HEX triplet: 7A, CE and CF. RGB value is (122,206,207). Sum of RGB (Red+Green+Blue) = 122+206+207=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #7ACECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACECF is #853130. Grayscale: #B4B4B4. Windows color (decimal): -8728881 or 13618810. OLE color: 13618810.
HSL color Cylindrical-coordinate representation of color #7ACECF: hue angle of 180.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACECF is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 207 | - |
| CMYK | 0.41 | 0.00 | 0 | 0.19 |
| HSL | 180.71º | 0.47% | 0.65% | - |
| HSV(B) | 180.71º | 0.41% | 0.81% | - |
| XYZ | 41.36 | 52.79 | 67.04 | - |
| YUV | 181 | 142.67 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 207 | 0.41 | 0.00 | 0 | 0.19 | 180.71 | 0.47 | 0.65 |
| Hex | 7A | CE | CF | 29 | 0 | 0 | 13 | B5 | 2F | 41 |
| Octal | 172 | 316 | 317 | 51 | 0 | 0 | 23 | 265 | 57 | 101 |
| Binary | 1111010 | 11001110 | 11001111 | 101001 | 0 | 0 | 10011 | 10110101 | 101111 | 1000001 |
Color Harmonies of #7ACECF
Complementary color
Monochromatic Colors of #7ACECF
Black with #7ACECF
Text Example
Text Example
White with #7ACECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACECF; }
p { color: rgb(122,206,207); }
H1.HeaderClassName
{
color: #7ACECF;
}
.AnyTagClassName
{
color: #7ACECF;
}
</style>
background-color css
<style>
a { background-color: #7ACECF; }
a { background-color: rgb(122,206,207); }
div.DivClassName
{
background-color: #7ACECF;
}
.BgClassName
{
background-color: #7ACECF;
}
</style>
border-color css
<style>
span { border-color: #7ACECF; }
span { border-color: rgb(122,206,207); }
td.TdClassName
{
border-color: #7ACECF;
}
.TagClassName
{
border-color: #7ACECF;
}
</style>