Shades of Medium Aquamarine #75BFA1
Tints of Medium Aquamarine #75BFA1
RGB
CMYK
RGB Variations
Color information
#75BFA1 (or 0x75BFA1) is known color: Medium Aquamarine. HEX triplet: 75, BF and A1. RGB value is (117,191,161). Sum of RGB (Red+Green+Blue) = 117+191+161=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #75BFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BFA1 is #8A405E. Grayscale: #A5A5A5. Windows color (decimal): -9060447 or 10600309. OLE color: 10600309.
HSL color Cylindrical-coordinate representation of color #75BFA1: hue angle of 155.68º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BFA1 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 191 | 161 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.25 |
| HSL | 155.68º | 0.37% | 0.6% | - |
| HSV(B) | 155.68º | 0.39% | 0.75% | - |
| XYZ | 32.4 | 43.62 | 40.43 | - |
| YUV | 165.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 191 | 161 | 0.39 | 0 | 0.16 | 0.25 | 155.68 | 0.37 | 0.6 |
| Hex | 75 | BF | A1 | 27 | 0 | 10 | 19 | 9C | 25 | 3C |
| Octal | 165 | 277 | 241 | 47 | 0 | 20 | 31 | 234 | 45 | 74 |
| Binary | 1110101 | 10111111 | 10100001 | 100111 | 0 | 10000 | 11001 | 10011100 | 100101 | 111100 |
Color Harmonies of #75BFA1
Complementary color
Monochromatic Colors of #75BFA1
Black with #75BFA1
Text Example
Text Example
White with #75BFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BFA1; }
p { color: rgb(117,191,161); }
H1.HeaderClassName
{
color: #75BFA1;
}
.AnyTagClassName
{
color: #75BFA1;
}
</style>
background-color css
<style>
a { background-color: #75BFA1; }
a { background-color: rgb(117,191,161); }
div.DivClassName
{
background-color: #75BFA1;
}
.BgClassName
{
background-color: #75BFA1;
}
</style>
border-color css
<style>
span { border-color: #75BFA1; }
span { border-color: rgb(117,191,161); }
td.TdClassName
{
border-color: #75BFA1;
}
.TagClassName
{
border-color: #75BFA1;
}
</style>