Shades of Aquamarine #65FAB0
Tints of Aquamarine #65FAB0
RGB
CMYK
RGB Variations
Color information
#65FAB0 (or 0x65FAB0) is known color: Aquamarine. HEX triplet: 65, FA and B0. RGB value is (101,250,176). Sum of RGB (Red+Green+Blue) = 101+250+176=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #65FAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FAB0 is #9A054F. Grayscale: #C5C5C5. Windows color (decimal): -10093904 or 11598437. OLE color: 11598437.
HSL color Cylindrical-coordinate representation of color #65FAB0: hue angle of 150.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FAB0 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 250 | 176 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.02 |
| HSL | 150.2º | 0.94% | 0.69% | - |
| HSV(B) | 150.2º | 0.6% | 0.98% | - |
| XYZ | 47.39 | 74.27 | 52.91 | - |
| YUV | 197.01 | 116.14 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 176 | 0.60 | 0 | 0.30 | 0.02 | 150.2 | 0.94 | 0.69 |
| Hex | 65 | FA | B0 | 3C | 0 | 1E | 2 | 96 | 5E | 45 |
| Octal | 145 | 372 | 260 | 74 | 0 | 36 | 2 | 226 | 136 | 105 |
| Binary | 1100101 | 11111010 | 10110000 | 111100 | 0 | 11110 | 10 | 10010110 | 1011110 | 1000101 |
Color Harmonies of #65FAB0
Complementary color
Monochromatic Colors of #65FAB0
Black with #65FAB0
Text Example
Text Example
White with #65FAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FAB0; }
p { color: rgb(101,250,176); }
H1.HeaderClassName
{
color: #65FAB0;
}
.AnyTagClassName
{
color: #65FAB0;
}
</style>
background-color css
<style>
a { background-color: #65FAB0; }
a { background-color: rgb(101,250,176); }
div.DivClassName
{
background-color: #65FAB0;
}
.BgClassName
{
background-color: #65FAB0;
}
</style>
border-color css
<style>
span { border-color: #65FAB0; }
span { border-color: rgb(101,250,176); }
td.TdClassName
{
border-color: #65FAB0;
}
.TagClassName
{
border-color: #65FAB0;
}
</style>