Shades of Downy #75DBBD
Tints of Downy #75DBBD
RGB
CMYK
RGB Variations
Color information
#75DBBD (or 0x75DBBD) is known color: Downy. HEX triplet: 75, DB and BD. RGB value is (117,219,189). Sum of RGB (Red+Green+Blue) = 117+219+189=525 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.29% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #75DBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DBBD is #8A2442. Grayscale: #B9B9B9. Windows color (decimal): -9053251 or 12442485. OLE color: 12442485.
HSL color Cylindrical-coordinate representation of color #75DBBD: hue angle of 162.35º 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 #75DBBD is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 189 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.14 |
| HSL | 162.35º | 0.59% | 0.66% | - |
| HSV(B) | 162.35º | 0.47% | 0.86% | - |
| XYZ | 41.85 | 58.12 | 57.16 | - |
| YUV | 185.08 | 130.21 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 189 | 0.47 | 0 | 0.14 | 0.14 | 162.35 | 0.59 | 0.66 |
| Hex | 75 | DB | BD | 2F | 0 | E | E | A2 | 3B | 42 |
| Octal | 165 | 333 | 275 | 57 | 0 | 16 | 16 | 242 | 73 | 102 |
| Binary | 1110101 | 11011011 | 10111101 | 101111 | 0 | 1110 | 1110 | 10100010 | 111011 | 1000010 |
Color Harmonies of #75DBBD
Complementary color
Monochromatic Colors of #75DBBD
Black with #75DBBD
Text Example
Text Example
White with #75DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DBBD; }
p { color: rgb(117,219,189); }
H1.HeaderClassName
{
color: #75DBBD;
}
.AnyTagClassName
{
color: #75DBBD;
}
</style>
background-color css
<style>
a { background-color: #75DBBD; }
a { background-color: rgb(117,219,189); }
div.DivClassName
{
background-color: #75DBBD;
}
.BgClassName
{
background-color: #75DBBD;
}
</style>
border-color css
<style>
span { border-color: #75DBBD; }
span { border-color: rgb(117,219,189); }
td.TdClassName
{
border-color: #75DBBD;
}
.TagClassName
{
border-color: #75DBBD;
}
</style>