Shades of Medium Aquamarine #5BCFAD
Tints of Medium Aquamarine #5BCFAD
RGB
CMYK
RGB Variations
Color information
#5BCFAD (or 0x5BCFAD) is known color: Medium Aquamarine. HEX triplet: 5B, CF and AD. RGB value is (91,207,173). Sum of RGB (Red+Green+Blue) = 91+207+173=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCFAD is #A43052. Grayscale: #A8A8A8. Windows color (decimal): -10760275 or 11390811. OLE color: 11390811.
HSL color Cylindrical-coordinate representation of color #5BCFAD: hue angle of 162.41º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCFAD is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 173 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.19 |
| HSL | 162.41º | 0.55% | 0.58% | - |
| HSV(B) | 162.41º | 0.56% | 0.81% | - |
| XYZ | 34.17 | 49.87 | 47.36 | - |
| YUV | 168.44 | 130.57 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 173 | 0.56 | 0 | 0.16 | 0.19 | 162.41 | 0.55 | 0.58 |
| Hex | 5B | CF | AD | 38 | 0 | 10 | 13 | A2 | 37 | 3A |
| Octal | 133 | 317 | 255 | 70 | 0 | 20 | 23 | 242 | 67 | 72 |
| Binary | 1011011 | 11001111 | 10101101 | 111000 | 0 | 10000 | 10011 | 10100010 | 110111 | 111010 |
Color Harmonies of #5BCFAD
Complementary color
Monochromatic Colors of #5BCFAD
Black with #5BCFAD
Text Example
Text Example
White with #5BCFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCFAD; }
p { color: rgb(91,207,173); }
H1.HeaderClassName
{
color: #5BCFAD;
}
.AnyTagClassName
{
color: #5BCFAD;
}
</style>
background-color css
<style>
a { background-color: #5BCFAD; }
a { background-color: rgb(91,207,173); }
div.DivClassName
{
background-color: #5BCFAD;
}
.BgClassName
{
background-color: #5BCFAD;
}
</style>
border-color css
<style>
span { border-color: #5BCFAD; }
span { border-color: rgb(91,207,173); }
td.TdClassName
{
border-color: #5BCFAD;
}
.TagClassName
{
border-color: #5BCFAD;
}
</style>