Shades of Aquamarine #65F9BA
Tints of Aquamarine #65F9BA
RGB
CMYK
RGB Variations
Color information
#65F9BA (or 0x65F9BA) is known color: Aquamarine. HEX triplet: 65, F9 and BA. RGB value is (101,249,186). Sum of RGB (Red+Green+Blue) = 101+249+186=536 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.84% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F9BA is #9A0645. Grayscale: #C5C5C5. Windows color (decimal): -10094150 or 12253541. OLE color: 12253541.
HSL color Cylindrical-coordinate representation of color #65F9BA: hue angle of 154.46º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F9BA is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 249 | 186 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.02 |
| HSL | 154.46º | 0.93% | 0.69% | - |
| HSV(B) | 154.46º | 0.59% | 0.98% | - |
| XYZ | 48.11 | 74.06 | 58.21 | - |
| YUV | 197.57 | 121.47 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 249 | 186 | 0.59 | 0 | 0.25 | 0.02 | 154.46 | 0.93 | 0.69 |
| Hex | 65 | F9 | BA | 3B | 0 | 19 | 2 | 9A | 5C | 45 |
| Octal | 145 | 371 | 272 | 73 | 0 | 31 | 2 | 232 | 134 | 105 |
| Binary | 1100101 | 11111001 | 10111010 | 111011 | 0 | 11001 | 10 | 10011010 | 1011100 | 1000101 |
Color Harmonies of #65F9BA
Complementary color
Monochromatic Colors of #65F9BA
Black with #65F9BA
Text Example
Text Example
White with #65F9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F9BA; }
p { color: rgb(101,249,186); }
H1.HeaderClassName
{
color: #65F9BA;
}
.AnyTagClassName
{
color: #65F9BA;
}
</style>
background-color css
<style>
a { background-color: #65F9BA; }
a { background-color: rgb(101,249,186); }
div.DivClassName
{
background-color: #65F9BA;
}
.BgClassName
{
background-color: #65F9BA;
}
</style>
border-color css
<style>
span { border-color: #65F9BA; }
span { border-color: rgb(101,249,186); }
td.TdClassName
{
border-color: #65F9BA;
}
.TagClassName
{
border-color: #65F9BA;
}
</style>