Shades of Medium Aquamarine #55DF9F
Tints of Medium Aquamarine #55DF9F
RGB
CMYK
RGB Variations
Color information
#55DF9F (or 0x55DF9F) is known color: Medium Aquamarine. HEX triplet: 55, DF and 9F. RGB value is (85,223,159). Sum of RGB (Red+Green+Blue) = 85+223+159=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DF9F is #AA2060. Grayscale: #AEAEAE. Windows color (decimal): -11149409 or 10477397. OLE color: 10477397.
HSL color Cylindrical-coordinate representation of color #55DF9F: hue angle of 152.17º 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 #55DF9F is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 159 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.13 |
| HSL | 152.17º | 0.68% | 0.6% | - |
| HSV(B) | 152.17º | 0.62% | 0.87% | - |
| XYZ | 36.39 | 57.21 | 41.93 | - |
| YUV | 174.44 | 119.28 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 159 | 0.62 | 0 | 0.29 | 0.13 | 152.17 | 0.68 | 0.6 |
| Hex | 55 | DF | 9F | 3E | 0 | 1D | D | 98 | 44 | 3C |
| Octal | 125 | 337 | 237 | 76 | 0 | 35 | 15 | 230 | 104 | 74 |
| Binary | 1010101 | 11011111 | 10011111 | 111110 | 0 | 11101 | 1101 | 10011000 | 1000100 | 111100 |
Color Harmonies of #55DF9F
Complementary color
Monochromatic Colors of #55DF9F
Black with #55DF9F
Text Example
Text Example
White with #55DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF9F; }
p { color: rgb(85,223,159); }
H1.HeaderClassName
{
color: #55DF9F;
}
.AnyTagClassName
{
color: #55DF9F;
}
</style>
background-color css
<style>
a { background-color: #55DF9F; }
a { background-color: rgb(85,223,159); }
div.DivClassName
{
background-color: #55DF9F;
}
.BgClassName
{
background-color: #55DF9F;
}
</style>
border-color css
<style>
span { border-color: #55DF9F; }
span { border-color: rgb(85,223,159); }
td.TdClassName
{
border-color: #55DF9F;
}
.TagClassName
{
border-color: #55DF9F;
}
</style>