Shades of Medium Aquamarine #55CFAD
Tints of Medium Aquamarine #55CFAD
RGB
CMYK
RGB Variations
Color information
#55CFAD (or 0x55CFAD) is known color: Medium Aquamarine. HEX triplet: 55, CF and AD. RGB value is (85,207,173). Sum of RGB (Red+Green+Blue) = 85+207+173=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CFAD is #AA3052. Grayscale: #A6A6A6. Windows color (decimal): -11153491 or 11390805. OLE color: 11390805.
HSL color Cylindrical-coordinate representation of color #55CFAD: hue angle of 163.28º 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 #55CFAD is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 173 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.19 |
| HSL | 163.28º | 0.56% | 0.57% | - |
| HSV(B) | 163.28º | 0.59% | 0.81% | - |
| XYZ | 33.6 | 49.57 | 47.33 | - |
| YUV | 166.65 | 131.58 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 173 | 0.59 | 0 | 0.16 | 0.19 | 163.28 | 0.56 | 0.57 |
| Hex | 55 | CF | AD | 3B | 0 | 10 | 13 | A3 | 38 | 39 |
| Octal | 125 | 317 | 255 | 73 | 0 | 20 | 23 | 243 | 70 | 71 |
| Binary | 1010101 | 11001111 | 10101101 | 111011 | 0 | 10000 | 10011 | 10100011 | 111000 | 111001 |
Color Harmonies of #55CFAD
Complementary color
Monochromatic Colors of #55CFAD
Black with #55CFAD
Text Example
Text Example
White with #55CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFAD; }
p { color: rgb(85,207,173); }
H1.HeaderClassName
{
color: #55CFAD;
}
.AnyTagClassName
{
color: #55CFAD;
}
</style>
background-color css
<style>
a { background-color: #55CFAD; }
a { background-color: rgb(85,207,173); }
div.DivClassName
{
background-color: #55CFAD;
}
.BgClassName
{
background-color: #55CFAD;
}
</style>
border-color css
<style>
span { border-color: #55CFAD; }
span { border-color: rgb(85,207,173); }
td.TdClassName
{
border-color: #55CFAD;
}
.TagClassName
{
border-color: #55CFAD;
}
</style>