Shades of Aquamarine #65FABB
Tints of Aquamarine #65FABB
RGB
CMYK
RGB Variations
Color information
#65FABB (or 0x65FABB) is known color: Aquamarine. HEX triplet: 65, FA and BB. RGB value is (101,250,187). Sum of RGB (Red+Green+Blue) = 101+250+187=538 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.77% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #65FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FABB is #9A0544. Grayscale: #C6C6C6. Windows color (decimal): -10093893 or 12319333. OLE color: 12319333.
HSL color Cylindrical-coordinate representation of color #65FABB: hue angle of 154.63º 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 #65FABB is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 250 | 187 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.02 |
| HSL | 154.63º | 0.94% | 0.69% | - |
| HSV(B) | 154.63º | 0.6% | 0.98% | - |
| XYZ | 48.52 | 74.73 | 58.88 | - |
| YUV | 198.27 | 121.64 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 187 | 0.60 | 0 | 0.25 | 0.02 | 154.63 | 0.94 | 0.69 |
| Hex | 65 | FA | BB | 3C | 0 | 19 | 2 | 9B | 5E | 45 |
| Octal | 145 | 372 | 273 | 74 | 0 | 31 | 2 | 233 | 136 | 105 |
| Binary | 1100101 | 11111010 | 10111011 | 111100 | 0 | 11001 | 10 | 10011011 | 1011110 | 1000101 |
Color Harmonies of #65FABB
Complementary color
Monochromatic Colors of #65FABB
Black with #65FABB
Text Example
Text Example
White with #65FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FABB; }
p { color: rgb(101,250,187); }
H1.HeaderClassName
{
color: #65FABB;
}
.AnyTagClassName
{
color: #65FABB;
}
</style>
background-color css
<style>
a { background-color: #65FABB; }
a { background-color: rgb(101,250,187); }
div.DivClassName
{
background-color: #65FABB;
}
.BgClassName
{
background-color: #65FABB;
}
</style>
border-color css
<style>
span { border-color: #65FABB; }
span { border-color: rgb(101,250,187); }
td.TdClassName
{
border-color: #65FABB;
}
.TagClassName
{
border-color: #65FABB;
}
</style>