Shades of Downy #75DBBA
Tints of Downy #75DBBA
RGB
CMYK
RGB Variations
Color information
#75DBBA (or 0x75DBBA) is known color: Downy. HEX triplet: 75, DB and BA. RGB value is (117,219,186). Sum of RGB (Red+Green+Blue) = 117+219+186=522 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.41% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #75DBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DBBA is #8A2445. Grayscale: #B8B8B8. Windows color (decimal): -9053254 or 12245877. OLE color: 12245877.
HSL color Cylindrical-coordinate representation of color #75DBBA: hue angle of 160.59º 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 #75DBBA is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 186 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.14 |
| HSL | 160.59º | 0.59% | 0.66% | - |
| HSV(B) | 160.59º | 0.47% | 0.86% | - |
| XYZ | 41.53 | 57.99 | 55.46 | - |
| YUV | 184.74 | 128.71 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 186 | 0.47 | 0 | 0.15 | 0.14 | 160.59 | 0.59 | 0.66 |
| Hex | 75 | DB | BA | 2F | 0 | F | E | A1 | 3B | 42 |
| Octal | 165 | 333 | 272 | 57 | 0 | 17 | 16 | 241 | 73 | 102 |
| Binary | 1110101 | 11011011 | 10111010 | 101111 | 0 | 1111 | 1110 | 10100001 | 111011 | 1000010 |
Color Harmonies of #75DBBA
Complementary color
Monochromatic Colors of #75DBBA
Black with #75DBBA
Text Example
Text Example
White with #75DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DBBA; }
p { color: rgb(117,219,186); }
H1.HeaderClassName
{
color: #75DBBA;
}
.AnyTagClassName
{
color: #75DBBA;
}
</style>
background-color css
<style>
a { background-color: #75DBBA; }
a { background-color: rgb(117,219,186); }
div.DivClassName
{
background-color: #75DBBA;
}
.BgClassName
{
background-color: #75DBBA;
}
</style>
border-color css
<style>
span { border-color: #75DBBA; }
span { border-color: rgb(117,219,186); }
td.TdClassName
{
border-color: #75DBBA;
}
.TagClassName
{
border-color: #75DBBA;
}
</style>