Shades of Spray #7FCECD
Tints of Spray #7FCECD
RGB
CMYK
RGB Variations
Color information
#7FCECD (or 0x7FCECD) is known color: Spray. HEX triplet: 7F, CE and CD. RGB value is (127,206,205). Sum of RGB (Red+Green+Blue) = 127+206+205=538 (71% of max value = 765). Red value is 127 (50% from 255 or 23.61% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCECD is #803132. Grayscale: #B6B6B6. Windows color (decimal): -8401203 or 13487743. OLE color: 13487743.
HSL color Cylindrical-coordinate representation of color #7FCECD: hue angle of 179.24º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCECD is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 205 | - |
| CMYK | 0.38 | 0 | 0.00 | 0.19 |
| HSL | 179.24º | 0.45% | 0.65% | - |
| HSV(B) | 179.24º | 0.38% | 0.81% | - |
| XYZ | 41.84 | 53.06 | 65.79 | - |
| YUV | 182.27 | 140.83 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 205 | 0.38 | 0 | 0.00 | 0.19 | 179.24 | 0.45 | 0.65 |
| Hex | 7F | CE | CD | 26 | 0 | 0 | 13 | B3 | 2D | 41 |
| Octal | 177 | 316 | 315 | 46 | 0 | 0 | 23 | 263 | 55 | 101 |
| Binary | 1111111 | 11001110 | 11001101 | 100110 | 0 | 0 | 10011 | 10110011 | 101101 | 1000001 |
Color Harmonies of #7FCECD
Complementary color
Monochromatic Colors of #7FCECD
Black with #7FCECD
Text Example
Text Example
White with #7FCECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCECD; }
p { color: rgb(127,206,205); }
H1.HeaderClassName
{
color: #7FCECD;
}
.AnyTagClassName
{
color: #7FCECD;
}
</style>
background-color css
<style>
a { background-color: #7FCECD; }
a { background-color: rgb(127,206,205); }
div.DivClassName
{
background-color: #7FCECD;
}
.BgClassName
{
background-color: #7FCECD;
}
</style>
border-color css
<style>
span { border-color: #7FCECD; }
span { border-color: rgb(127,206,205); }
td.TdClassName
{
border-color: #7FCECD;
}
.TagClassName
{
border-color: #7FCECD;
}
</style>