Shades of Medium Aquamarine #55DF97
Tints of Medium Aquamarine #55DF97
RGB
CMYK
RGB Variations
Color information
#55DF97 (or 0x55DF97) is known color: Medium Aquamarine. HEX triplet: 55, DF and 97. RGB value is (85,223,151). Sum of RGB (Red+Green+Blue) = 85+223+151=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DF97 is #AA2068. Grayscale: #ADADAD. Windows color (decimal): -11149417 or 9953109. OLE color: 9953109.
HSL color Cylindrical-coordinate representation of color #55DF97: hue angle of 148.7º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DF97 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 151 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.13 |
| HSL | 148.7º | 0.68% | 0.6% | - |
| HSV(B) | 148.7º | 0.62% | 0.87% | - |
| XYZ | 35.72 | 56.94 | 38.39 | - |
| YUV | 173.53 | 115.28 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 151 | 0.62 | 0 | 0.32 | 0.13 | 148.7 | 0.68 | 0.6 |
| Hex | 55 | DF | 97 | 3E | 0 | 20 | D | 95 | 44 | 3C |
| Octal | 125 | 337 | 227 | 76 | 0 | 40 | 15 | 225 | 104 | 74 |
| Binary | 1010101 | 11011111 | 10010111 | 111110 | 0 | 100000 | 1101 | 10010101 | 1000100 | 111100 |
Color Harmonies of #55DF97
Complementary color
Monochromatic Colors of #55DF97
Black with #55DF97
Text Example
Text Example
White with #55DF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF97; }
p { color: rgb(85,223,151); }
H1.HeaderClassName
{
color: #55DF97;
}
.AnyTagClassName
{
color: #55DF97;
}
</style>
background-color css
<style>
a { background-color: #55DF97; }
a { background-color: rgb(85,223,151); }
div.DivClassName
{
background-color: #55DF97;
}
.BgClassName
{
background-color: #55DF97;
}
</style>
border-color css
<style>
span { border-color: #55DF97; }
span { border-color: rgb(85,223,151); }
td.TdClassName
{
border-color: #55DF97;
}
.TagClassName
{
border-color: #55DF97;
}
</style>