Shades of Medium Aquamarine #5ADFB3
Tints of Medium Aquamarine #5ADFB3
RGB
CMYK
RGB Variations
Color information
#5ADFB3 (or 0x5ADFB3) is known color: Medium Aquamarine. HEX triplet: 5A, DF and B3. RGB value is (90,223,179). Sum of RGB (Red+Green+Blue) = 90+223+179=492 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.29% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFB3 is #A5204C. Grayscale: #B2B2B2. Windows color (decimal): -10821709 or 11788122. OLE color: 11788122.
HSL color Cylindrical-coordinate representation of color #5ADFB3: hue angle of 160.15º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ADFB3 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 179 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.13 |
| HSL | 160.15º | 0.68% | 0.61% | - |
| HSV(B) | 160.15º | 0.6% | 0.87% | - |
| XYZ | 38.74 | 58.2 | 51.84 | - |
| YUV | 178.22 | 128.44 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 179 | 0.60 | 0 | 0.20 | 0.13 | 160.15 | 0.68 | 0.61 |
| Hex | 5A | DF | B3 | 3C | 0 | 14 | D | A0 | 44 | 3D |
| Octal | 132 | 337 | 263 | 74 | 0 | 24 | 15 | 240 | 104 | 75 |
| Binary | 1011010 | 11011111 | 10110011 | 111100 | 0 | 10100 | 1101 | 10100000 | 1000100 | 111101 |
Color Harmonies of #5ADFB3
Complementary color
Monochromatic Colors of #5ADFB3
Black with #5ADFB3
Text Example
Text Example
White with #5ADFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADFB3; }
p { color: rgb(90,223,179); }
H1.HeaderClassName
{
color: #5ADFB3;
}
.AnyTagClassName
{
color: #5ADFB3;
}
</style>
background-color css
<style>
a { background-color: #5ADFB3; }
a { background-color: rgb(90,223,179); }
div.DivClassName
{
background-color: #5ADFB3;
}
.BgClassName
{
background-color: #5ADFB3;
}
</style>
border-color css
<style>
span { border-color: #5ADFB3; }
span { border-color: rgb(90,223,179); }
td.TdClassName
{
border-color: #5ADFB3;
}
.TagClassName
{
border-color: #5ADFB3;
}
</style>