Shades of Spray #76CCD1
Tints of Spray #76CCD1
RGB
CMYK
RGB Variations
Color information
#76CCD1 (or 0x76CCD1) is known color: Spray. HEX triplet: 76, CC and D1. RGB value is (118,204,209). Sum of RGB (Red+Green+Blue) = 118+204+209=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #76CCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CCD1 is #89332E. Grayscale: #B2B2B2. Windows color (decimal): -8991535 or 13749366. OLE color: 13749366.
HSL color Cylindrical-coordinate representation of color #76CCD1: hue angle of 183.3º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76CCD1 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 204 | 209 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.18 |
| HSL | 183.3º | 0.5% | 0.64% | - |
| HSV(B) | 183.3º | 0.44% | 0.82% | - |
| XYZ | 40.57 | 51.64 | 68.15 | - |
| YUV | 178.86 | 145.01 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 209 | 0.44 | 0.02 | 0 | 0.18 | 183.3 | 0.5 | 0.64 |
| Hex | 76 | CC | D1 | 2C | 2 | 0 | 12 | B7 | 32 | 40 |
| Octal | 166 | 314 | 321 | 54 | 2 | 0 | 22 | 267 | 62 | 100 |
| Binary | 1110110 | 11001100 | 11010001 | 101100 | 10 | 0 | 10010 | 10110111 | 110010 | 1000000 |
Color Harmonies of #76CCD1
Complementary color
Monochromatic Colors of #76CCD1
Black with #76CCD1
Text Example
Text Example
White with #76CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CCD1; }
p { color: rgb(118,204,209); }
H1.HeaderClassName
{
color: #76CCD1;
}
.AnyTagClassName
{
color: #76CCD1;
}
</style>
background-color css
<style>
a { background-color: #76CCD1; }
a { background-color: rgb(118,204,209); }
div.DivClassName
{
background-color: #76CCD1;
}
.BgClassName
{
background-color: #76CCD1;
}
</style>
border-color css
<style>
span { border-color: #76CCD1; }
span { border-color: rgb(118,204,209); }
td.TdClassName
{
border-color: #76CCD1;
}
.TagClassName
{
border-color: #76CCD1;
}
</style>