Shades of Spray #75D5D7
Tints of Spray #75D5D7
RGB
CMYK
RGB Variations
Color information
#75D5D7 (or 0x75D5D7) is known color: Spray. HEX triplet: 75, D5 and D7. RGB value is (117,213,215). Sum of RGB (Red+Green+Blue) = 117+213+215=545 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.47% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #75D5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D5D7 is #8A2A28. Grayscale: #B8B8B8. Windows color (decimal): -9054761 or 14144885. OLE color: 14144885.
HSL color Cylindrical-coordinate representation of color #75D5D7: hue angle of 181.22º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D5D7 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 213 | 215 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.16 |
| HSL | 181.22º | 0.55% | 0.65% | - |
| HSV(B) | 181.22º | 0.46% | 0.84% | - |
| XYZ | 43.4 | 56.28 | 72.87 | - |
| YUV | 184.52 | 145.2 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 213 | 215 | 0.46 | 0.01 | 0 | 0.16 | 181.22 | 0.55 | 0.65 |
| Hex | 75 | D5 | D7 | 2E | 1 | 0 | 10 | B5 | 37 | 41 |
| Octal | 165 | 325 | 327 | 56 | 1 | 0 | 20 | 265 | 67 | 101 |
| Binary | 1110101 | 11010101 | 11010111 | 101110 | 1 | 0 | 10000 | 10110101 | 110111 | 1000001 |
Color Harmonies of #75D5D7
Complementary color
Monochromatic Colors of #75D5D7
Black with #75D5D7
Text Example
Text Example
White with #75D5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D5D7; }
p { color: rgb(117,213,215); }
H1.HeaderClassName
{
color: #75D5D7;
}
.AnyTagClassName
{
color: #75D5D7;
}
</style>
background-color css
<style>
a { background-color: #75D5D7; }
a { background-color: rgb(117,213,215); }
div.DivClassName
{
background-color: #75D5D7;
}
.BgClassName
{
background-color: #75D5D7;
}
</style>
border-color css
<style>
span { border-color: #75D5D7; }
span { border-color: rgb(117,213,215); }
td.TdClassName
{
border-color: #75D5D7;
}
.TagClassName
{
border-color: #75D5D7;
}
</style>