Shades of Medium Aquamarine #55DA9A
Tints of Medium Aquamarine #55DA9A
RGB
CMYK
RGB Variations
Color information
#55DA9A (or 0x55DA9A) is known color: Medium Aquamarine. HEX triplet: 55, DA and 9A. RGB value is (85,218,154). Sum of RGB (Red+Green+Blue) = 85+218+154=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DA9A is #AA2565. Grayscale: #ABABAB. Windows color (decimal): -11150694 or 10148437. OLE color: 10148437.
HSL color Cylindrical-coordinate representation of color #55DA9A: hue angle of 151.13º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DA9A is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 154 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.15 |
| HSL | 151.13º | 0.64% | 0.59% | - |
| HSV(B) | 151.13º | 0.61% | 0.85% | - |
| XYZ | 34.65 | 54.41 | 39.25 | - |
| YUV | 170.94 | 118.44 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 154 | 0.61 | 0 | 0.29 | 0.15 | 151.13 | 0.64 | 0.59 |
| Hex | 55 | DA | 9A | 3D | 0 | 1D | F | 97 | 40 | 3B |
| Octal | 125 | 332 | 232 | 75 | 0 | 35 | 17 | 227 | 100 | 73 |
| Binary | 1010101 | 11011010 | 10011010 | 111101 | 0 | 11101 | 1111 | 10010111 | 1000000 | 111011 |
Color Harmonies of #55DA9A
Complementary color
Monochromatic Colors of #55DA9A
Black with #55DA9A
Text Example
Text Example
White with #55DA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA9A; }
p { color: rgb(85,218,154); }
H1.HeaderClassName
{
color: #55DA9A;
}
.AnyTagClassName
{
color: #55DA9A;
}
</style>
background-color css
<style>
a { background-color: #55DA9A; }
a { background-color: rgb(85,218,154); }
div.DivClassName
{
background-color: #55DA9A;
}
.BgClassName
{
background-color: #55DA9A;
}
</style>
border-color css
<style>
span { border-color: #55DA9A; }
span { border-color: rgb(85,218,154); }
td.TdClassName
{
border-color: #55DA9A;
}
.TagClassName
{
border-color: #55DA9A;
}
</style>