Shades of Spray #75D0CF
Tints of Spray #75D0CF
RGB
CMYK
RGB Variations
Color information
#75D0CF (or 0x75D0CF) is known color: Spray. HEX triplet: 75, D0 and CF. RGB value is (117,208,207). Sum of RGB (Red+Green+Blue) = 117+208+207=532 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.99% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #75D0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D0CF is #8A2F30. Grayscale: #B4B4B4. Windows color (decimal): -9056049 or 13619317. OLE color: 13619317.
HSL color Cylindrical-coordinate representation of color #75D0CF: hue angle of 179.34º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D0CF is Cyan = 0.44, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 208 | 207 | - |
| CMYK | 0.44 | 0 | 0.00 | 0.18 |
| HSL | 179.34º | 0.49% | 0.64% | - |
| HSV(B) | 179.34º | 0.44% | 0.82% | - |
| XYZ | 41.15 | 53.4 | 67.17 | - |
| YUV | 180.68 | 142.85 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 208 | 207 | 0.44 | 0 | 0.00 | 0.18 | 179.34 | 0.49 | 0.64 |
| Hex | 75 | D0 | CF | 2C | 0 | 0 | 12 | B3 | 31 | 40 |
| Octal | 165 | 320 | 317 | 54 | 0 | 0 | 22 | 263 | 61 | 100 |
| Binary | 1110101 | 11010000 | 11001111 | 101100 | 0 | 0 | 10010 | 10110011 | 110001 | 1000000 |
Color Harmonies of #75D0CF
Complementary color
Monochromatic Colors of #75D0CF
Black with #75D0CF
Text Example
Text Example
White with #75D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D0CF; }
p { color: rgb(117,208,207); }
H1.HeaderClassName
{
color: #75D0CF;
}
.AnyTagClassName
{
color: #75D0CF;
}
</style>
background-color css
<style>
a { background-color: #75D0CF; }
a { background-color: rgb(117,208,207); }
div.DivClassName
{
background-color: #75D0CF;
}
.BgClassName
{
background-color: #75D0CF;
}
</style>
border-color css
<style>
span { border-color: #75D0CF; }
span { border-color: rgb(117,208,207); }
td.TdClassName
{
border-color: #75D0CF;
}
.TagClassName
{
border-color: #75D0CF;
}
</style>