Shades of Spray #76D5DA
Tints of Spray #76D5DA
RGB
CMYK
RGB Variations
Color information
#76D5DA (or 0x76D5DA) is known color: Spray. HEX triplet: 76, D5 and DA. RGB value is (118,213,218). Sum of RGB (Red+Green+Blue) = 118+213+218=549 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.49% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #76D5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D5DA is #892A25. Grayscale: #B9B9B9. Windows color (decimal): -8989222 or 14341494. OLE color: 14341494.
HSL color Cylindrical-coordinate representation of color #76D5DA: hue angle of 183º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D5DA is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 213 | 218 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.15 |
| HSL | 183º | 0.57% | 0.66% | - |
| HSV(B) | 183º | 0.46% | 0.85% | - |
| XYZ | 43.92 | 56.5 | 74.92 | - |
| YUV | 185.17 | 146.53 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 218 | 0.46 | 0.02 | 0 | 0.15 | 183 | 0.57 | 0.66 |
| Hex | 76 | D5 | DA | 2E | 2 | 0 | F | B7 | 39 | 42 |
| Octal | 166 | 325 | 332 | 56 | 2 | 0 | 17 | 267 | 71 | 102 |
| Binary | 1110110 | 11010101 | 11011010 | 101110 | 10 | 0 | 1111 | 10110111 | 111001 | 1000010 |
Color Harmonies of #76D5DA
Complementary color
Monochromatic Colors of #76D5DA
Black with #76D5DA
Text Example
Text Example
White with #76D5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D5DA; }
p { color: rgb(118,213,218); }
H1.HeaderClassName
{
color: #76D5DA;
}
.AnyTagClassName
{
color: #76D5DA;
}
</style>
background-color css
<style>
a { background-color: #76D5DA; }
a { background-color: rgb(118,213,218); }
div.DivClassName
{
background-color: #76D5DA;
}
.BgClassName
{
background-color: #76D5DA;
}
</style>
border-color css
<style>
span { border-color: #76D5DA; }
span { border-color: rgb(118,213,218); }
td.TdClassName
{
border-color: #76D5DA;
}
.TagClassName
{
border-color: #76D5DA;
}
</style>