Shades of Spray #75D3DA
Tints of Spray #75D3DA
RGB
CMYK
RGB Variations
Color information
#75D3DA (or 0x75D3DA) is known color: Spray. HEX triplet: 75, D3 and DA. RGB value is (117,211,218). Sum of RGB (Red+Green+Blue) = 117+211+218=546 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.43% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #75D3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D3DA is #8A2C25. Grayscale: #B7B7B7. Windows color (decimal): -9055270 or 14340981. OLE color: 14340981.
HSL color Cylindrical-coordinate representation of color #75D3DA: hue angle of 184.16º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D3DA is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 211 | 218 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.15 |
| HSL | 184.16º | 0.58% | 0.66% | - |
| HSV(B) | 184.16º | 0.46% | 0.85% | - |
| XYZ | 43.29 | 55.43 | 74.75 | - |
| YUV | 183.69 | 147.36 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 211 | 218 | 0.46 | 0.03 | 0 | 0.15 | 184.16 | 0.58 | 0.66 |
| Hex | 75 | D3 | DA | 2E | 3 | 0 | F | B8 | 3A | 42 |
| Octal | 165 | 323 | 332 | 56 | 3 | 0 | 17 | 270 | 72 | 102 |
| Binary | 1110101 | 11010011 | 11011010 | 101110 | 11 | 0 | 1111 | 10111000 | 111010 | 1000010 |
Color Harmonies of #75D3DA
Complementary color
Monochromatic Colors of #75D3DA
Black with #75D3DA
Text Example
Text Example
White with #75D3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D3DA; }
p { color: rgb(117,211,218); }
H1.HeaderClassName
{
color: #75D3DA;
}
.AnyTagClassName
{
color: #75D3DA;
}
</style>
background-color css
<style>
a { background-color: #75D3DA; }
a { background-color: rgb(117,211,218); }
div.DivClassName
{
background-color: #75D3DA;
}
.BgClassName
{
background-color: #75D3DA;
}
</style>
border-color css
<style>
span { border-color: #75D3DA; }
span { border-color: rgb(117,211,218); }
td.TdClassName
{
border-color: #75D3DA;
}
.TagClassName
{
border-color: #75D3DA;
}
</style>