Shades of Aquamarine #65FFAA
Tints of Aquamarine #65FFAA
RGB
CMYK
RGB Variations
Color information
#65FFAA (or 0x65FFAA) is known color: Aquamarine. HEX triplet: 65, FF and AA. RGB value is (101,255,170). Sum of RGB (Red+Green+Blue) = 101+255+170=526 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.20% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FFAA is #9A0055. Grayscale: #C7C7C7. Windows color (decimal): -10092630 or 11206501. OLE color: 11206501.
HSL color Cylindrical-coordinate representation of color #65FFAA: hue angle of 146.88º 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 #65FFAA is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 170 | - |
| CMYK | 0.60 | 0 | 0.33 | 0 |
| HSL | 146.88º | 1% | 0.7% | - |
| HSV(B) | 146.88º | 0.6% | 1% | - |
| XYZ | 48.38 | 77.19 | 50.38 | - |
| YUV | 199.26 | 111.48 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 170 | 0.60 | 0 | 0.33 | 0 | 146.88 | 1 | 0.7 |
| Hex | 65 | FF | AA | 3C | 0 | 21 | 0 | 93 | 64 | 46 |
| Octal | 145 | 377 | 252 | 74 | 0 | 41 | 0 | 223 | 144 | 106 |
| Binary | 1100101 | 11111111 | 10101010 | 111100 | 0 | 100001 | 0 | 10010011 | 1100100 | 1000110 |
Color Harmonies of #65FFAA
Complementary color
Monochromatic Colors of #65FFAA
Black with #65FFAA
Text Example
Text Example
White with #65FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FFAA; }
p { color: rgb(101,255,170); }
H1.HeaderClassName
{
color: #65FFAA;
}
.AnyTagClassName
{
color: #65FFAA;
}
</style>
background-color css
<style>
a { background-color: #65FFAA; }
a { background-color: rgb(101,255,170); }
div.DivClassName
{
background-color: #65FFAA;
}
.BgClassName
{
background-color: #65FFAA;
}
</style>
border-color css
<style>
span { border-color: #65FFAA; }
span { border-color: rgb(101,255,170); }
td.TdClassName
{
border-color: #65FFAA;
}
.TagClassName
{
border-color: #65FFAA;
}
</style>