Shades of Medium Aquamarine #65FDA4
Tints of Medium Aquamarine #65FDA4
RGB
CMYK
RGB Variations
Color information
#65FDA4 (or 0x65FDA4) is known color: Medium Aquamarine. HEX triplet: 65, FD and A4. RGB value is (101,253,164). Sum of RGB (Red+Green+Blue) = 101+253+164=518 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.50% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #65FDA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FDA4 is #9A025B. Grayscale: #C5C5C5. Windows color (decimal): -10093148 or 10812773. OLE color: 10812773.
HSL color Cylindrical-coordinate representation of color #65FDA4: hue angle of 144.87º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FDA4 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 253 | 164 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.01 |
| HSL | 144.87º | 0.97% | 0.69% | - |
| HSV(B) | 144.87º | 0.6% | 0.99% | - |
| XYZ | 47.19 | 75.7 | 47.25 | - |
| YUV | 197.41 | 109.14 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 253 | 164 | 0.60 | 0 | 0.35 | 0.01 | 144.87 | 0.97 | 0.69 |
| Hex | 65 | FD | A4 | 3C | 0 | 23 | 1 | 91 | 61 | 45 |
| Octal | 145 | 375 | 244 | 74 | 0 | 43 | 1 | 221 | 141 | 105 |
| Binary | 1100101 | 11111101 | 10100100 | 111100 | 0 | 100011 | 1 | 10010001 | 1100001 | 1000101 |
Color Harmonies of #65FDA4
Complementary color
Monochromatic Colors of #65FDA4
Black with #65FDA4
Text Example
Text Example
White with #65FDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FDA4; }
p { color: rgb(101,253,164); }
H1.HeaderClassName
{
color: #65FDA4;
}
.AnyTagClassName
{
color: #65FDA4;
}
</style>
background-color css
<style>
a { background-color: #65FDA4; }
a { background-color: rgb(101,253,164); }
div.DivClassName
{
background-color: #65FDA4;
}
.BgClassName
{
background-color: #65FDA4;
}
</style>
border-color css
<style>
span { border-color: #65FDA4; }
span { border-color: rgb(101,253,164); }
td.TdClassName
{
border-color: #65FDA4;
}
.TagClassName
{
border-color: #65FDA4;
}
</style>