Shades of Spray #78D7D3
Tints of Spray #78D7D3
RGB
CMYK
RGB Variations
Color information
#78D7D3 (or 0x78D7D3) is known color: Spray. HEX triplet: 78, D7 and D3. RGB value is (120,215,211). Sum of RGB (Red+Green+Blue) = 120+215+211=546 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.98% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 215 - color contains mainly: green. Hex color #78D7D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D7D3 is #87282C. Grayscale: #BABABA. Windows color (decimal): -8857645 or 13883256. OLE color: 13883256.
HSL color Cylindrical-coordinate representation of color #78D7D3: hue angle of 177.47º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D7D3 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 215 | 211 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.16 |
| HSL | 177.47º | 0.54% | 0.66% | - |
| HSV(B) | 177.47º | 0.44% | 0.84% | - |
| XYZ | 43.8 | 57.3 | 70.38 | - |
| YUV | 186.14 | 142.03 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 215 | 211 | 0.44 | 0 | 0.02 | 0.16 | 177.47 | 0.54 | 0.66 |
| Hex | 78 | D7 | D3 | 2C | 0 | 2 | 10 | B1 | 36 | 42 |
| Octal | 170 | 327 | 323 | 54 | 0 | 2 | 20 | 261 | 66 | 102 |
| Binary | 1111000 | 11010111 | 11010011 | 101100 | 0 | 10 | 10000 | 10110001 | 110110 | 1000010 |
Color Harmonies of #78D7D3
Complementary color
Monochromatic Colors of #78D7D3
Black with #78D7D3
Text Example
Text Example
White with #78D7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D7D3; }
p { color: rgb(120,215,211); }
H1.HeaderClassName
{
color: #78D7D3;
}
.AnyTagClassName
{
color: #78D7D3;
}
</style>
background-color css
<style>
a { background-color: #78D7D3; }
a { background-color: rgb(120,215,211); }
div.DivClassName
{
background-color: #78D7D3;
}
.BgClassName
{
background-color: #78D7D3;
}
</style>
border-color css
<style>
span { border-color: #78D7D3; }
span { border-color: rgb(120,215,211); }
td.TdClassName
{
border-color: #78D7D3;
}
.TagClassName
{
border-color: #78D7D3;
}
</style>