Shades of Medium Aquamarine #55CFB7
Tints of Medium Aquamarine #55CFB7
RGB
CMYK
RGB Variations
Color information
#55CFB7 (or 0x55CFB7) is known color: Medium Aquamarine. HEX triplet: 55, CF and B7. RGB value is (85,207,183). Sum of RGB (Red+Green+Blue) = 85+207+183=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFB7 is #AA3048. Grayscale: #A7A7A7. Windows color (decimal): -11153481 or 12046165. OLE color: 12046165.
HSL color Cylindrical-coordinate representation of color #55CFB7: hue angle of 168.2º 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 #55CFB7 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 183 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.19 |
| HSL | 168.2º | 0.56% | 0.57% | - |
| HSV(B) | 168.2º | 0.59% | 0.81% | - |
| XYZ | 34.61 | 49.98 | 52.62 | - |
| YUV | 167.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 183 | 0.59 | 0 | 0.12 | 0.19 | 168.2 | 0.56 | 0.57 |
| Hex | 55 | CF | B7 | 3B | 0 | C | 13 | A8 | 38 | 39 |
| Octal | 125 | 317 | 267 | 73 | 0 | 14 | 23 | 250 | 70 | 71 |
| Binary | 1010101 | 11001111 | 10110111 | 111011 | 0 | 1100 | 10011 | 10101000 | 111000 | 111001 |
Color Harmonies of #55CFB7
Complementary color
Monochromatic Colors of #55CFB7
Black with #55CFB7
Text Example
Text Example
White with #55CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFB7; }
p { color: rgb(85,207,183); }
H1.HeaderClassName
{
color: #55CFB7;
}
.AnyTagClassName
{
color: #55CFB7;
}
</style>
background-color css
<style>
a { background-color: #55CFB7; }
a { background-color: rgb(85,207,183); }
div.DivClassName
{
background-color: #55CFB7;
}
.BgClassName
{
background-color: #55CFB7;
}
</style>
border-color css
<style>
span { border-color: #55CFB7; }
span { border-color: rgb(85,207,183); }
td.TdClassName
{
border-color: #55CFB7;
}
.TagClassName
{
border-color: #55CFB7;
}
</style>