Shades of Spray #7BCECE
Tints of Spray #7BCECE
RGB
CMYK
RGB Variations
Color information
#7BCECE (or 0x7BCECE) is known color: Spray. HEX triplet: 7B, CE and CE. RGB value is (123,206,206). Sum of RGB (Red+Green+Blue) = 123+206+206=535 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.99% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #7BCECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCECE is #843131. Grayscale: #B5B5B5. Windows color (decimal): -8663346 or 13553275. OLE color: 13553275.
HSL color Cylindrical-coordinate representation of color #7BCECE: hue angle of 180º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCECE is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 206 | 206 | - |
| CMYK | 0.40 | 0 | 0 | 0.19 |
| HSL | 180º | 0.46% | 0.65% | - |
| HSV(B) | 180º | 0.4% | 0.81% | - |
| XYZ | 41.38 | 52.81 | 66.4 | - |
| YUV | 181.18 | 142 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 206 | 0.40 | 0 | 0 | 0.19 | 180 | 0.46 | 0.65 |
| Hex | 7B | CE | CE | 28 | 0 | 0 | 13 | B4 | 2E | 41 |
| Octal | 173 | 316 | 316 | 50 | 0 | 0 | 23 | 264 | 56 | 101 |
| Binary | 1111011 | 11001110 | 11001110 | 101000 | 0 | 0 | 10011 | 10110100 | 101110 | 1000001 |
Color Harmonies of #7BCECE
Complementary color
Monochromatic Colors of #7BCECE
Black with #7BCECE
Text Example
Text Example
White with #7BCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCECE; }
p { color: rgb(123,206,206); }
H1.HeaderClassName
{
color: #7BCECE;
}
.AnyTagClassName
{
color: #7BCECE;
}
</style>
background-color css
<style>
a { background-color: #7BCECE; }
a { background-color: rgb(123,206,206); }
div.DivClassName
{
background-color: #7BCECE;
}
.BgClassName
{
background-color: #7BCECE;
}
</style>
border-color css
<style>
span { border-color: #7BCECE; }
span { border-color: rgb(123,206,206); }
td.TdClassName
{
border-color: #7BCECE;
}
.TagClassName
{
border-color: #7BCECE;
}
</style>