Shades of Medium Aquamarine #75DBA5
Tints of Medium Aquamarine #75DBA5
RGB
CMYK
RGB Variations
Color information
#75DBA5 (or 0x75DBA5) is known color: Medium Aquamarine. HEX triplet: 75, DB and A5. RGB value is (117,219,165). Sum of RGB (Red+Green+Blue) = 117+219+165=501 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.35% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #75DBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DBA5 is #8A245A. Grayscale: #B6B6B6. Windows color (decimal): -9053275 or 10869621. OLE color: 10869621.
HSL color Cylindrical-coordinate representation of color #75DBA5: hue angle of 148.24º 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 #75DBA5 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 165 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.14 |
| HSL | 148.24º | 0.59% | 0.66% | - |
| HSV(B) | 148.24º | 0.47% | 0.86% | - |
| XYZ | 39.46 | 57.16 | 44.55 | - |
| YUV | 182.35 | 118.21 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 165 | 0.47 | 0 | 0.25 | 0.14 | 148.24 | 0.59 | 0.66 |
| Hex | 75 | DB | A5 | 2F | 0 | 19 | E | 94 | 3B | 42 |
| Octal | 165 | 333 | 245 | 57 | 0 | 31 | 16 | 224 | 73 | 102 |
| Binary | 1110101 | 11011011 | 10100101 | 101111 | 0 | 11001 | 1110 | 10010100 | 111011 | 1000010 |
Color Harmonies of #75DBA5
Complementary color
Monochromatic Colors of #75DBA5
Black with #75DBA5
Text Example
Text Example
White with #75DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DBA5; }
p { color: rgb(117,219,165); }
H1.HeaderClassName
{
color: #75DBA5;
}
.AnyTagClassName
{
color: #75DBA5;
}
</style>
background-color css
<style>
a { background-color: #75DBA5; }
a { background-color: rgb(117,219,165); }
div.DivClassName
{
background-color: #75DBA5;
}
.BgClassName
{
background-color: #75DBA5;
}
</style>
border-color css
<style>
span { border-color: #75DBA5; }
span { border-color: rgb(117,219,165); }
td.TdClassName
{
border-color: #75DBA5;
}
.TagClassName
{
border-color: #75DBA5;
}
</style>