Shades of Aquamarine #65FFAC
Tints of Aquamarine #65FFAC
RGB
CMYK
RGB Variations
Color information
#65FFAC (or 0x65FFAC) is known color: Aquamarine. HEX triplet: 65, FF and AC. RGB value is (101,255,172). Sum of RGB (Red+Green+Blue) = 101+255+172=528 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.13% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FFAC is #9A0053. Grayscale: #C7C7C7. Windows color (decimal): -10092628 or 11337573. OLE color: 11337573.
HSL color Cylindrical-coordinate representation of color #65FFAC: hue angle of 147.66º 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 #65FFAC is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 172 | - |
| CMYK | 0.60 | 0 | 0.33 | 0 |
| HSL | 147.66º | 1% | 0.7% | - |
| HSV(B) | 147.66º | 0.6% | 1% | - |
| XYZ | 48.57 | 77.27 | 51.38 | - |
| YUV | 199.49 | 112.48 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 172 | 0.60 | 0 | 0.33 | 0 | 147.66 | 1 | 0.7 |
| Hex | 65 | FF | AC | 3C | 0 | 21 | 0 | 94 | 64 | 46 |
| Octal | 145 | 377 | 254 | 74 | 0 | 41 | 0 | 224 | 144 | 106 |
| Binary | 1100101 | 11111111 | 10101100 | 111100 | 0 | 100001 | 0 | 10010100 | 1100100 | 1000110 |
Color Harmonies of #65FFAC
Complementary color
Monochromatic Colors of #65FFAC
Black with #65FFAC
Text Example
Text Example
White with #65FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FFAC; }
p { color: rgb(101,255,172); }
H1.HeaderClassName
{
color: #65FFAC;
}
.AnyTagClassName
{
color: #65FFAC;
}
</style>
background-color css
<style>
a { background-color: #65FFAC; }
a { background-color: rgb(101,255,172); }
div.DivClassName
{
background-color: #65FFAC;
}
.BgClassName
{
background-color: #65FFAC;
}
</style>
border-color css
<style>
span { border-color: #65FFAC; }
span { border-color: rgb(101,255,172); }
td.TdClassName
{
border-color: #65FFAC;
}
.TagClassName
{
border-color: #65FFAC;
}
</style>