Shades of Medium Aquamarine #55CF9D
Tints of Medium Aquamarine #55CF9D
RGB
CMYK
RGB Variations
Color information
#55CF9D (or 0x55CF9D) is known color: Medium Aquamarine. HEX triplet: 55, CF and 9D. RGB value is (85,207,157). Sum of RGB (Red+Green+Blue) = 85+207+157=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CF9D is #AA3062. Grayscale: #A4A4A4. Windows color (decimal): -11153507 or 10342229. OLE color: 10342229.
HSL color Cylindrical-coordinate representation of color #55CF9D: hue angle of 155.41º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CF9D is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 157 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.19 |
| HSL | 155.41º | 0.56% | 0.57% | - |
| HSV(B) | 155.41º | 0.59% | 0.81% | - |
| XYZ | 32.14 | 48.99 | 39.66 | - |
| YUV | 164.82 | 123.58 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 157 | 0.59 | 0 | 0.24 | 0.19 | 155.41 | 0.56 | 0.57 |
| Hex | 55 | CF | 9D | 3B | 0 | 18 | 13 | 9B | 38 | 39 |
| Octal | 125 | 317 | 235 | 73 | 0 | 30 | 23 | 233 | 70 | 71 |
| Binary | 1010101 | 11001111 | 10011101 | 111011 | 0 | 11000 | 10011 | 10011011 | 111000 | 111001 |
Color Harmonies of #55CF9D
Complementary color
Monochromatic Colors of #55CF9D
Black with #55CF9D
Text Example
Text Example
White with #55CF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF9D; }
p { color: rgb(85,207,157); }
H1.HeaderClassName
{
color: #55CF9D;
}
.AnyTagClassName
{
color: #55CF9D;
}
</style>
background-color css
<style>
a { background-color: #55CF9D; }
a { background-color: rgb(85,207,157); }
div.DivClassName
{
background-color: #55CF9D;
}
.BgClassName
{
background-color: #55CF9D;
}
</style>
border-color css
<style>
span { border-color: #55CF9D; }
span { border-color: rgb(85,207,157); }
td.TdClassName
{
border-color: #55CF9D;
}
.TagClassName
{
border-color: #55CF9D;
}
</style>