Shades of Medium Aquamarine #75DCAA
Tints of Medium Aquamarine #75DCAA
RGB
CMYK
RGB Variations
Color information
#75DCAA (or 0x75DCAA) is known color: Medium Aquamarine. HEX triplet: 75, DC and AA. RGB value is (117,220,170). Sum of RGB (Red+Green+Blue) = 117+220+170=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DCAA is #8A2355. Grayscale: #B7B7B7. Windows color (decimal): -9053014 or 11197557. OLE color: 11197557.
HSL color Cylindrical-coordinate representation of color #75DCAA: hue angle of 150.87º degrees, saturation: 0.6, 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 #75DCAA is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
RGB | 117 | 220 | 170 | - |
CMYK | 0.47 | 0 | 0.23 | 0.14 |
HSL | 150.87º | 0.6% | 0.66% | - |
HSV(B) | 150.87º | 0.47% | 0.86% | - |
XYZ | 40.19 | 57.87 | 47.08 | - |
YUV | 183.5 | 120.38 | 80.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 117 | 220 | 170 | 0.47 | 0 | 0.23 | 0.14 | 150.87 | 0.6 | 0.66 |
Hex | 75 | DC | AA | 2F | 0 | 17 | E | 97 | 3C | 42 |
Octal | 165 | 334 | 252 | 57 | 0 | 27 | 16 | 227 | 74 | 102 |
Binary | 1110101 | 11011100 | 10101010 | 101111 | 0 | 10111 | 1110 | 10010111 | 111100 | 1000010 |
Color Harmonies of #75DCAA
Complementary color
Monochromatic Colors of #75DCAA
Black with #75DCAA
Text Example
Text Example
White with #75DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DCAA; }
p { color: rgb(117,220,170); }
H1.HeaderClassName
{
color: #75DCAA;
}
.AnyTagClassName
{
color: #75DCAA;
}
</style>
background-color css
<style>
a { background-color: #75DCAA; }
a { background-color: rgb(117,220,170); }
div.DivClassName
{
background-color: #75DCAA;
}
.BgClassName
{
background-color: #75DCAA;
}
</style>
border-color css
<style>
span { border-color: #75DCAA; }
span { border-color: rgb(117,220,170); }
td.TdClassName
{
border-color: #75DCAA;
}
.TagClassName
{
border-color: #75DCAA;
}
</style>