Shades of Spray #7DCECE
Tints of Spray #7DCECE
RGB
CMYK
RGB Variations
Color information
#7DCECE (or 0x7DCECE) is known color: Spray. HEX triplet: 7D, CE and CE. RGB value is (125,206,206). Sum of RGB (Red+Green+Blue) = 125+206+206=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #7DCECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCECE is #823131. Grayscale: #B5B5B5. Windows color (decimal): -8532274 or 13553277. OLE color: 13553277.
HSL color Cylindrical-coordinate representation of color #7DCECE: hue angle of 180º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCECE is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 206 | - |
| CMYK | 0.39 | 0 | 0 | 0.19 |
| HSL | 180º | 0.45% | 0.65% | - |
| HSV(B) | 180º | 0.39% | 0.81% | - |
| XYZ | 41.67 | 52.96 | 66.42 | - |
| YUV | 181.78 | 141.66 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 206 | 0.39 | 0 | 0 | 0.19 | 180 | 0.45 | 0.65 |
| Hex | 7D | CE | CE | 27 | 0 | 0 | 13 | B4 | 2D | 41 |
| Octal | 175 | 316 | 316 | 47 | 0 | 0 | 23 | 264 | 55 | 101 |
| Binary | 1111101 | 11001110 | 11001110 | 100111 | 0 | 0 | 10011 | 10110100 | 101101 | 1000001 |
Color Harmonies of #7DCECE
Complementary color
Monochromatic Colors of #7DCECE
Black with #7DCECE
Text Example
Text Example
White with #7DCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCECE; }
p { color: rgb(125,206,206); }
H1.HeaderClassName
{
color: #7DCECE;
}
.AnyTagClassName
{
color: #7DCECE;
}
</style>
background-color css
<style>
a { background-color: #7DCECE; }
a { background-color: rgb(125,206,206); }
div.DivClassName
{
background-color: #7DCECE;
}
.BgClassName
{
background-color: #7DCECE;
}
</style>
border-color css
<style>
span { border-color: #7DCECE; }
span { border-color: rgb(125,206,206); }
td.TdClassName
{
border-color: #7DCECE;
}
.TagClassName
{
border-color: #7DCECE;
}
</style>