Shades of Medium Aquamarine #5DFAAA
Tints of Medium Aquamarine #5DFAAA
RGB
CMYK
RGB Variations
Color information
#5DFAAA (or 0x5DFAAA) is known color: Medium Aquamarine. HEX triplet: 5D, FA and AA. RGB value is (93,250,170). Sum of RGB (Red+Green+Blue) = 93+250+170=513 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.13% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFAAA is #A20555. Grayscale: #C2C2C2. Windows color (decimal): -10618198 or 11205213. OLE color: 11205213.
HSL color Cylindrical-coordinate representation of color #5DFAAA: hue angle of 149.43º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFAAA is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
RGB | 93 | 250 | 170 | - |
CMYK | 0.63 | 0 | 0.32 | 0.02 |
HSL | 149.43º | 0.94% | 0.67% | - |
HSV(B) | 149.43º | 0.63% | 0.98% | - |
XYZ | 45.96 | 73.6 | 49.81 | - |
YUV | 193.94 | 114.49 | 56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 250 | 170 | 0.63 | 0 | 0.32 | 0.02 | 149.43 | 0.94 | 0.67 |
Hex | 5D | FA | AA | 3F | 0 | 20 | 2 | 95 | 5E | 43 |
Octal | 135 | 372 | 252 | 77 | 0 | 40 | 2 | 225 | 136 | 103 |
Binary | 1011101 | 11111010 | 10101010 | 111111 | 0 | 100000 | 10 | 10010101 | 1011110 | 1000011 |
Color Harmonies of #5DFAAA
Complementary color
Monochromatic Colors of #5DFAAA
Black with #5DFAAA
Text Example
Text Example
White with #5DFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFAAA; }
p { color: rgb(93,250,170); }
H1.HeaderClassName
{
color: #5DFAAA;
}
.AnyTagClassName
{
color: #5DFAAA;
}
</style>
background-color css
<style>
a { background-color: #5DFAAA; }
a { background-color: rgb(93,250,170); }
div.DivClassName
{
background-color: #5DFAAA;
}
.BgClassName
{
background-color: #5DFAAA;
}
</style>
border-color css
<style>
span { border-color: #5DFAAA; }
span { border-color: rgb(93,250,170); }
td.TdClassName
{
border-color: #5DFAAA;
}
.TagClassName
{
border-color: #5DFAAA;
}
</style>