Shades of Medium Aquamarine #65FEA3
Tints of Medium Aquamarine #65FEA3
RGB
CMYK
RGB Variations
Color information
#65FEA3 (or 0x65FEA3) is known color: Medium Aquamarine. HEX triplet: 65, FE and A3. RGB value is (101,254,163). Sum of RGB (Red+Green+Blue) = 101+254+163=518 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.50% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FEA3 is #9A015C. Grayscale: #C6C6C6. Windows color (decimal): -10092893 or 10747493. OLE color: 10747493.
HSL color Cylindrical-coordinate representation of color #65FEA3: hue angle of 144.31º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FEA3 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 254 | 163 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.00 |
| HSL | 144.31º | 0.99% | 0.7% | - |
| HSV(B) | 144.31º | 0.6% | 1% | - |
| XYZ | 47.42 | 76.29 | 46.88 | - |
| YUV | 197.88 | 108.31 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 254 | 163 | 0.60 | 0 | 0.36 | 0.00 | 144.31 | 0.99 | 0.7 |
| Hex | 65 | FE | A3 | 3C | 0 | 24 | 0 | 90 | 63 | 46 |
| Octal | 145 | 376 | 243 | 74 | 0 | 44 | 0 | 220 | 143 | 106 |
| Binary | 1100101 | 11111110 | 10100011 | 111100 | 0 | 100100 | 0 | 10010000 | 1100011 | 1000110 |
Color Harmonies of #65FEA3
Complementary color
Monochromatic Colors of #65FEA3
Black with #65FEA3
Text Example
Text Example
White with #65FEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FEA3; }
p { color: rgb(101,254,163); }
H1.HeaderClassName
{
color: #65FEA3;
}
.AnyTagClassName
{
color: #65FEA3;
}
</style>
background-color css
<style>
a { background-color: #65FEA3; }
a { background-color: rgb(101,254,163); }
div.DivClassName
{
background-color: #65FEA3;
}
.BgClassName
{
background-color: #65FEA3;
}
</style>
border-color css
<style>
span { border-color: #65FEA3; }
span { border-color: rgb(101,254,163); }
td.TdClassName
{
border-color: #65FEA3;
}
.TagClassName
{
border-color: #65FEA3;
}
</style>