Shades of Spray #75D0D5
Tints of Spray #75D0D5
RGB
CMYK
RGB Variations
Color information
#75D0D5 (or 0x75D0D5) is known color: Spray. HEX triplet: 75, D0 and D5. RGB value is (117,208,213). Sum of RGB (Red+Green+Blue) = 117+208+213=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #75D0D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D0D5 is #8A2F2A. Grayscale: #B5B5B5. Windows color (decimal): -9056043 or 14012533. OLE color: 14012533.
HSL color Cylindrical-coordinate representation of color #75D0D5: hue angle of 183.12º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D0D5 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 208 | 213 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.16 |
| HSL | 183.13º | 0.53% | 0.65% | - |
| HSV(B) | 183.13º | 0.45% | 0.84% | - |
| XYZ | 41.9 | 53.7 | 71.11 | - |
| YUV | 181.36 | 145.85 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 208 | 213 | 0.45 | 0.02 | 0 | 0.16 | 183.13 | 0.53 | 0.65 |
| Hex | 75 | D0 | D5 | 2D | 2 | 0 | 10 | B7 | 35 | 41 |
| Octal | 165 | 320 | 325 | 55 | 2 | 0 | 20 | 267 | 65 | 101 |
| Binary | 1110101 | 11010000 | 11010101 | 101101 | 10 | 0 | 10000 | 10110111 | 110101 | 1000001 |
Color Harmonies of #75D0D5
Complementary color
Monochromatic Colors of #75D0D5
Black with #75D0D5
Text Example
Text Example
White with #75D0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D0D5; }
p { color: rgb(117,208,213); }
H1.HeaderClassName
{
color: #75D0D5;
}
.AnyTagClassName
{
color: #75D0D5;
}
</style>
background-color css
<style>
a { background-color: #75D0D5; }
a { background-color: rgb(117,208,213); }
div.DivClassName
{
background-color: #75D0D5;
}
.BgClassName
{
background-color: #75D0D5;
}
</style>
border-color css
<style>
span { border-color: #75D0D5; }
span { border-color: rgb(117,208,213); }
td.TdClassName
{
border-color: #75D0D5;
}
.TagClassName
{
border-color: #75D0D5;
}
</style>