Shades of Spray #76D4DA
Tints of Spray #76D4DA
RGB
CMYK
RGB Variations
Color information
#76D4DA (or 0x76D4DA) is known color: Spray. HEX triplet: 76, D4 and DA. RGB value is (118,212,218). Sum of RGB (Red+Green+Blue) = 118+212+218=548 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.53% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #76D4DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D4DA is #892B25. Grayscale: #B8B8B8. Windows color (decimal): -8989478 or 14341238. OLE color: 14341238.
HSL color Cylindrical-coordinate representation of color #76D4DA: hue angle of 183.6º 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 #76D4DA is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 212 | 218 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.15 |
| HSL | 183.6º | 0.57% | 0.66% | - |
| HSV(B) | 183.6º | 0.46% | 0.85% | - |
| XYZ | 43.67 | 56 | 74.84 | - |
| YUV | 184.58 | 146.86 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 212 | 218 | 0.46 | 0.03 | 0 | 0.15 | 183.6 | 0.57 | 0.66 |
| Hex | 76 | D4 | DA | 2E | 3 | 0 | F | B8 | 39 | 42 |
| Octal | 166 | 324 | 332 | 56 | 3 | 0 | 17 | 270 | 71 | 102 |
| Binary | 1110110 | 11010100 | 11011010 | 101110 | 11 | 0 | 1111 | 10111000 | 111001 | 1000010 |
Color Harmonies of #76D4DA
Complementary color
Monochromatic Colors of #76D4DA
Black with #76D4DA
Text Example
Text Example
White with #76D4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D4DA; }
p { color: rgb(118,212,218); }
H1.HeaderClassName
{
color: #76D4DA;
}
.AnyTagClassName
{
color: #76D4DA;
}
</style>
background-color css
<style>
a { background-color: #76D4DA; }
a { background-color: rgb(118,212,218); }
div.DivClassName
{
background-color: #76D4DA;
}
.BgClassName
{
background-color: #76D4DA;
}
</style>
border-color css
<style>
span { border-color: #76D4DA; }
span { border-color: rgb(118,212,218); }
td.TdClassName
{
border-color: #76D4DA;
}
.TagClassName
{
border-color: #76D4DA;
}
</style>