Shades of Aquamarine #55FEB5
Tints of Aquamarine #55FEB5
RGB
CMYK
RGB Variations
Color information
#55FEB5 (or 0x55FEB5) is known color: Aquamarine. HEX triplet: 55, FE and B5. RGB value is (85,254,181). Sum of RGB (Red+Green+Blue) = 85+254+181=520 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.35% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FEB5 is #AA014A. Grayscale: #C3C3C3. Windows color (decimal): -11141451 or 11927125. OLE color: 11927125.
HSL color Cylindrical-coordinate representation of color #55FEB5: hue angle of 154.08º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FEB5 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 181 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.00 |
| HSL | 154.08º | 0.99% | 0.66% | - |
| HSV(B) | 154.08º | 0.67% | 1% | - |
| XYZ | 47.53 | 76.15 | 55.91 | - |
| YUV | 195.15 | 120.01 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 181 | 0.67 | 0 | 0.29 | 0.00 | 154.08 | 0.99 | 0.66 |
| Hex | 55 | FE | B5 | 43 | 0 | 1D | 0 | 9A | 63 | 42 |
| Octal | 125 | 376 | 265 | 103 | 0 | 35 | 0 | 232 | 143 | 102 |
| Binary | 1010101 | 11111110 | 10110101 | 1000011 | 0 | 11101 | 0 | 10011010 | 1100011 | 1000010 |
Color Harmonies of #55FEB5
Complementary color
Monochromatic Colors of #55FEB5
Black with #55FEB5
Text Example
Text Example
White with #55FEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FEB5; }
p { color: rgb(85,254,181); }
H1.HeaderClassName
{
color: #55FEB5;
}
.AnyTagClassName
{
color: #55FEB5;
}
</style>
background-color css
<style>
a { background-color: #55FEB5; }
a { background-color: rgb(85,254,181); }
div.DivClassName
{
background-color: #55FEB5;
}
.BgClassName
{
background-color: #55FEB5;
}
</style>
border-color css
<style>
span { border-color: #55FEB5; }
span { border-color: rgb(85,254,181); }
td.TdClassName
{
border-color: #55FEB5;
}
.TagClassName
{
border-color: #55FEB5;
}
</style>