Shades of Downy #75EABB
Tints of Downy #75EABB
RGB
CMYK
RGB Variations
Color information
#75EABB (or 0x75EABB) is known color: Downy. HEX triplet: 75, EA and BB. RGB value is (117,234,187). Sum of RGB (Red+Green+Blue) = 117+234+187=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #75EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EABB is #8A1544. Grayscale: #C1C1C1. Windows color (decimal): -9049413 or 12315253. OLE color: 12315253.
HSL color Cylindrical-coordinate representation of color #75EABB: hue angle of 155.9º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EABB is Cyan = 0.5, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 234 | 187 | - |
| CMYK | 0.5 | 0 | 0.20 | 0.08 |
| HSL | 155.9º | 0.74% | 0.69% | - |
| HSV(B) | 155.9º | 0.5% | 0.92% | - |
| XYZ | 45.73 | 66.22 | 57.38 | - |
| YUV | 193.66 | 124.24 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 234 | 187 | 0.5 | 0 | 0.20 | 0.08 | 155.9 | 0.74 | 0.69 |
| Hex | 75 | EA | BB | 32 | 0 | 14 | 8 | 9C | 4A | 45 |
| Octal | 165 | 352 | 273 | 62 | 0 | 24 | 10 | 234 | 112 | 105 |
| Binary | 1110101 | 11101010 | 10111011 | 110010 | 0 | 10100 | 1000 | 10011100 | 1001010 | 1000101 |
Color Harmonies of #75EABB
Complementary color
Monochromatic Colors of #75EABB
Black with #75EABB
Text Example
Text Example
White with #75EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EABB; }
p { color: rgb(117,234,187); }
H1.HeaderClassName
{
color: #75EABB;
}
.AnyTagClassName
{
color: #75EABB;
}
</style>
background-color css
<style>
a { background-color: #75EABB; }
a { background-color: rgb(117,234,187); }
div.DivClassName
{
background-color: #75EABB;
}
.BgClassName
{
background-color: #75EABB;
}
</style>
border-color css
<style>
span { border-color: #75EABB; }
span { border-color: rgb(117,234,187); }
td.TdClassName
{
border-color: #75EABB;
}
.TagClassName
{
border-color: #75EABB;
}
</style>