Shades of Medium Aquamarine #55DA97
Tints of Medium Aquamarine #55DA97
RGB
CMYK
RGB Variations
Color information
#55DA97 (or 0x55DA97) is known color: Medium Aquamarine. HEX triplet: 55, DA and 97. RGB value is (85,218,151). Sum of RGB (Red+Green+Blue) = 85+218+151=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DA97 is #AA2568. Grayscale: #AAAAAA. Windows color (decimal): -11150697 or 9951829. OLE color: 9951829.
HSL color Cylindrical-coordinate representation of color #55DA97: hue angle of 149.77º 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 #55DA97 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 151 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.15 |
| HSL | 149.77º | 0.64% | 0.59% | - |
| HSV(B) | 149.77º | 0.61% | 0.85% | - |
| XYZ | 34.4 | 54.31 | 37.95 | - |
| YUV | 170.6 | 116.94 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 151 | 0.61 | 0 | 0.31 | 0.15 | 149.77 | 0.64 | 0.59 |
| Hex | 55 | DA | 97 | 3D | 0 | 1F | F | 96 | 40 | 3B |
| Octal | 125 | 332 | 227 | 75 | 0 | 37 | 17 | 226 | 100 | 73 |
| Binary | 1010101 | 11011010 | 10010111 | 111101 | 0 | 11111 | 1111 | 10010110 | 1000000 | 111011 |
Color Harmonies of #55DA97
Complementary color
Monochromatic Colors of #55DA97
Black with #55DA97
Text Example
Text Example
White with #55DA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA97; }
p { color: rgb(85,218,151); }
H1.HeaderClassName
{
color: #55DA97;
}
.AnyTagClassName
{
color: #55DA97;
}
</style>
background-color css
<style>
a { background-color: #55DA97; }
a { background-color: rgb(85,218,151); }
div.DivClassName
{
background-color: #55DA97;
}
.BgClassName
{
background-color: #55DA97;
}
</style>
border-color css
<style>
span { border-color: #55DA97; }
span { border-color: rgb(85,218,151); }
td.TdClassName
{
border-color: #55DA97;
}
.TagClassName
{
border-color: #55DA97;
}
</style>