Shades of Spray #75D2DB
Tints of Spray #75D2DB
RGB
CMYK
RGB Variations
Color information
#75D2DB (or 0x75D2DB) is known color: Spray. HEX triplet: 75, D2 and DB. RGB value is (117,210,219). Sum of RGB (Red+Green+Blue) = 117+210+219=546 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.43% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #75D2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D2DB is #8A2D24. Grayscale: #B7B7B7. Windows color (decimal): -9055525 or 14406261. OLE color: 14406261.
HSL color Cylindrical-coordinate representation of color #75D2DB: hue angle of 185.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75D2DB is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 210 | 219 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.14 |
| HSL | 185.29º | 0.59% | 0.66% | - |
| HSV(B) | 185.29º | 0.47% | 0.86% | - |
| XYZ | 43.17 | 54.99 | 75.36 | - |
| YUV | 183.22 | 148.19 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 210 | 219 | 0.47 | 0.04 | 0 | 0.14 | 185.29 | 0.59 | 0.66 |
| Hex | 75 | D2 | DB | 2F | 4 | 0 | E | B9 | 3B | 42 |
| Octal | 165 | 322 | 333 | 57 | 4 | 0 | 16 | 271 | 73 | 102 |
| Binary | 1110101 | 11010010 | 11011011 | 101111 | 100 | 0 | 1110 | 10111001 | 111011 | 1000010 |
Color Harmonies of #75D2DB
Complementary color
Monochromatic Colors of #75D2DB
Black with #75D2DB
Text Example
Text Example
White with #75D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D2DB; }
p { color: rgb(117,210,219); }
H1.HeaderClassName
{
color: #75D2DB;
}
.AnyTagClassName
{
color: #75D2DB;
}
</style>
background-color css
<style>
a { background-color: #75D2DB; }
a { background-color: rgb(117,210,219); }
div.DivClassName
{
background-color: #75D2DB;
}
.BgClassName
{
background-color: #75D2DB;
}
</style>
border-color css
<style>
span { border-color: #75D2DB; }
span { border-color: rgb(117,210,219); }
td.TdClassName
{
border-color: #75D2DB;
}
.TagClassName
{
border-color: #75D2DB;
}
</style>