Shades of Spray #75D3D7
Tints of Spray #75D3D7
RGB
CMYK
RGB Variations
Color information
#75D3D7 (or 0x75D3D7) is known color: Spray. HEX triplet: 75, D3 and D7. RGB value is (117,211,215). Sum of RGB (Red+Green+Blue) = 117+211+215=543 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.55% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #75D3D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D3D7 is #8A2C28. Grayscale: #B7B7B7. Windows color (decimal): -9055273 or 14144373. OLE color: 14144373.
HSL color Cylindrical-coordinate representation of color #75D3D7: hue angle of 182.45º 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 #75D3D7 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 211 | 215 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.16 |
| HSL | 182.45º | 0.55% | 0.65% | - |
| HSV(B) | 182.45º | 0.46% | 0.84% | - |
| XYZ | 42.9 | 55.28 | 72.7 | - |
| YUV | 183.35 | 145.86 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 211 | 215 | 0.46 | 0.02 | 0 | 0.16 | 182.45 | 0.55 | 0.65 |
| Hex | 75 | D3 | D7 | 2E | 2 | 0 | 10 | B6 | 37 | 41 |
| Octal | 165 | 323 | 327 | 56 | 2 | 0 | 20 | 266 | 67 | 101 |
| Binary | 1110101 | 11010011 | 11010111 | 101110 | 10 | 0 | 10000 | 10110110 | 110111 | 1000001 |
Color Harmonies of #75D3D7
Complementary color
Monochromatic Colors of #75D3D7
Black with #75D3D7
Text Example
Text Example
White with #75D3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D3D7; }
p { color: rgb(117,211,215); }
H1.HeaderClassName
{
color: #75D3D7;
}
.AnyTagClassName
{
color: #75D3D7;
}
</style>
background-color css
<style>
a { background-color: #75D3D7; }
a { background-color: rgb(117,211,215); }
div.DivClassName
{
background-color: #75D3D7;
}
.BgClassName
{
background-color: #75D3D7;
}
</style>
border-color css
<style>
span { border-color: #75D3D7; }
span { border-color: rgb(117,211,215); }
td.TdClassName
{
border-color: #75D3D7;
}
.TagClassName
{
border-color: #75D3D7;
}
</style>