Shades of Medium Aquamarine #55DF96
Tints of Medium Aquamarine #55DF96
RGB
CMYK
RGB Variations
Color information
#55DF96 (or 0x55DF96) is known color: Medium Aquamarine. HEX triplet: 55, DF and 96. RGB value is (85,223,150). Sum of RGB (Red+Green+Blue) = 85+223+150=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DF96 is #AA2069. Grayscale: #ADADAD. Windows color (decimal): -11149418 or 9887573. OLE color: 9887573.
HSL color Cylindrical-coordinate representation of color #55DF96: hue angle of 148.26º 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 #55DF96 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 150 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.13 |
| HSL | 148.26º | 0.68% | 0.6% | - |
| HSV(B) | 148.26º | 0.62% | 0.87% | - |
| XYZ | 35.64 | 56.91 | 37.96 | - |
| YUV | 173.42 | 114.78 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 150 | 0.62 | 0 | 0.33 | 0.13 | 148.26 | 0.68 | 0.6 |
| Hex | 55 | DF | 96 | 3E | 0 | 21 | D | 94 | 44 | 3C |
| Octal | 125 | 337 | 226 | 76 | 0 | 41 | 15 | 224 | 104 | 74 |
| Binary | 1010101 | 11011111 | 10010110 | 111110 | 0 | 100001 | 1101 | 10010100 | 1000100 | 111100 |
Color Harmonies of #55DF96
Complementary color
Monochromatic Colors of #55DF96
Black with #55DF96
Text Example
Text Example
White with #55DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF96; }
p { color: rgb(85,223,150); }
H1.HeaderClassName
{
color: #55DF96;
}
.AnyTagClassName
{
color: #55DF96;
}
</style>
background-color css
<style>
a { background-color: #55DF96; }
a { background-color: rgb(85,223,150); }
div.DivClassName
{
background-color: #55DF96;
}
.BgClassName
{
background-color: #55DF96;
}
</style>
border-color css
<style>
span { border-color: #55DF96; }
span { border-color: rgb(85,223,150); }
td.TdClassName
{
border-color: #55DF96;
}
.TagClassName
{
border-color: #55DF96;
}
</style>