Shades of Aquamarine #65FFAE
Tints of Aquamarine #65FFAE
RGB
CMYK
RGB Variations
Color information
#65FFAE (or 0x65FFAE) is known color: Aquamarine. HEX triplet: 65, FF and AE. RGB value is (101,255,174). Sum of RGB (Red+Green+Blue) = 101+255+174=530 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.06% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FFAE is #9A0051. Grayscale: #C7C7C7. Windows color (decimal): -10092626 or 11468645. OLE color: 11468645.
HSL color Cylindrical-coordinate representation of color #65FFAE: hue angle of 148.44º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FFAE is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 174 | - |
| CMYK | 0.60 | 0 | 0.32 | 0 |
| HSL | 148.44º | 1% | 0.7% | - |
| HSV(B) | 148.44º | 0.6% | 1% | - |
| XYZ | 48.77 | 77.34 | 52.4 | - |
| YUV | 199.72 | 113.48 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 174 | 0.60 | 0 | 0.32 | 0 | 148.44 | 1 | 0.7 |
| Hex | 65 | FF | AE | 3C | 0 | 20 | 0 | 94 | 64 | 46 |
| Octal | 145 | 377 | 256 | 74 | 0 | 40 | 0 | 224 | 144 | 106 |
| Binary | 1100101 | 11111111 | 10101110 | 111100 | 0 | 100000 | 0 | 10010100 | 1100100 | 1000110 |
Color Harmonies of #65FFAE
Complementary color
Monochromatic Colors of #65FFAE
Black with #65FFAE
Text Example
Text Example
White with #65FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FFAE; }
p { color: rgb(101,255,174); }
H1.HeaderClassName
{
color: #65FFAE;
}
.AnyTagClassName
{
color: #65FFAE;
}
</style>
background-color css
<style>
a { background-color: #65FFAE; }
a { background-color: rgb(101,255,174); }
div.DivClassName
{
background-color: #65FFAE;
}
.BgClassName
{
background-color: #65FFAE;
}
</style>
border-color css
<style>
span { border-color: #65FFAE; }
span { border-color: rgb(101,255,174); }
td.TdClassName
{
border-color: #65FFAE;
}
.TagClassName
{
border-color: #65FFAE;
}
</style>