Shades of Spray #76CBD5
Tints of Spray #76CBD5
RGB
CMYK
RGB Variations
Color information
#76CBD5 (or 0x76CBD5) is known color: Spray. HEX triplet: 76, CB and D5. RGB value is (118,203,213). Sum of RGB (Red+Green+Blue) = 118+203+213=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #76CBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CBD5 is #89342A. Grayscale: #B2B2B2. Windows color (decimal): -8991787 or 14011254. OLE color: 14011254.
HSL color Cylindrical-coordinate representation of color #76CBD5: hue angle of 186.32º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76CBD5 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 203 | 213 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.16 |
| HSL | 186.32º | 0.53% | 0.65% | - |
| HSV(B) | 186.32º | 0.45% | 0.84% | - |
| XYZ | 40.84 | 51.37 | 70.71 | - |
| YUV | 178.73 | 147.34 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 213 | 0.45 | 0.05 | 0 | 0.16 | 186.32 | 0.53 | 0.65 |
| Hex | 76 | CB | D5 | 2D | 5 | 0 | 10 | BA | 35 | 41 |
| Octal | 166 | 313 | 325 | 55 | 5 | 0 | 20 | 272 | 65 | 101 |
| Binary | 1110110 | 11001011 | 11010101 | 101101 | 101 | 0 | 10000 | 10111010 | 110101 | 1000001 |
Color Harmonies of #76CBD5
Complementary color
Monochromatic Colors of #76CBD5
Black with #76CBD5
Text Example
Text Example
White with #76CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CBD5; }
p { color: rgb(118,203,213); }
H1.HeaderClassName
{
color: #76CBD5;
}
.AnyTagClassName
{
color: #76CBD5;
}
</style>
background-color css
<style>
a { background-color: #76CBD5; }
a { background-color: rgb(118,203,213); }
div.DivClassName
{
background-color: #76CBD5;
}
.BgClassName
{
background-color: #76CBD5;
}
</style>
border-color css
<style>
span { border-color: #76CBD5; }
span { border-color: rgb(118,203,213); }
td.TdClassName
{
border-color: #76CBD5;
}
.TagClassName
{
border-color: #76CBD5;
}
</style>