Shades of Downy #75DBBB
Tints of Downy #75DBBB
RGB
CMYK
RGB Variations
Color information
#75DBBB (or 0x75DBBB) is known color: Downy. HEX triplet: 75, DB and BB. RGB value is (117,219,187). Sum of RGB (Red+Green+Blue) = 117+219+187=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #75DBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DBBB is #8A2444. Grayscale: #B8B8B8. Windows color (decimal): -9053253 or 12311413. OLE color: 12311413.
HSL color Cylindrical-coordinate representation of color #75DBBB: hue angle of 161.18º 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 #75DBBB is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 187 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.14 |
| HSL | 161.18º | 0.59% | 0.66% | - |
| HSV(B) | 161.18º | 0.47% | 0.86% | - |
| XYZ | 41.64 | 58.03 | 56.02 | - |
| YUV | 184.85 | 129.21 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 187 | 0.47 | 0 | 0.15 | 0.14 | 161.18 | 0.59 | 0.66 |
| Hex | 75 | DB | BB | 2F | 0 | F | E | A1 | 3B | 42 |
| Octal | 165 | 333 | 273 | 57 | 0 | 17 | 16 | 241 | 73 | 102 |
| Binary | 1110101 | 11011011 | 10111011 | 101111 | 0 | 1111 | 1110 | 10100001 | 111011 | 1000010 |
Color Harmonies of #75DBBB
Complementary color
Monochromatic Colors of #75DBBB
Black with #75DBBB
Text Example
Text Example
White with #75DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DBBB; }
p { color: rgb(117,219,187); }
H1.HeaderClassName
{
color: #75DBBB;
}
.AnyTagClassName
{
color: #75DBBB;
}
</style>
background-color css
<style>
a { background-color: #75DBBB; }
a { background-color: rgb(117,219,187); }
div.DivClassName
{
background-color: #75DBBB;
}
.BgClassName
{
background-color: #75DBBB;
}
</style>
border-color css
<style>
span { border-color: #75DBBB; }
span { border-color: rgb(117,219,187); }
td.TdClassName
{
border-color: #75DBBB;
}
.TagClassName
{
border-color: #75DBBB;
}
</style>