Shades of Aquamarine #69FABB
Tints of Aquamarine #69FABB
RGB
CMYK
RGB Variations
Color information
#69FABB (or 0x69FABB) is known color: Aquamarine. HEX triplet: 69, FA and BB. RGB value is (105,250,187). Sum of RGB (Red+Green+Blue) = 105+250+187=542 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.37% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #69FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FABB is #960544. Grayscale: #C7C7C7. Windows color (decimal): -9831749 or 12319337. OLE color: 12319337.
HSL color Cylindrical-coordinate representation of color #69FABB: hue angle of 153.93º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FABB is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 250 | 187 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.02 |
| HSL | 153.93º | 0.94% | 0.7% | - |
| HSV(B) | 153.93º | 0.58% | 0.98% | - |
| XYZ | 48.98 | 74.96 | 58.9 | - |
| YUV | 199.46 | 120.96 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 250 | 187 | 0.58 | 0 | 0.25 | 0.02 | 153.93 | 0.94 | 0.7 |
| Hex | 69 | FA | BB | 3A | 0 | 19 | 2 | 9A | 5E | 46 |
| Octal | 151 | 372 | 273 | 72 | 0 | 31 | 2 | 232 | 136 | 106 |
| Binary | 1101001 | 11111010 | 10111011 | 111010 | 0 | 11001 | 10 | 10011010 | 1011110 | 1000110 |
Color Harmonies of #69FABB
Complementary color
Monochromatic Colors of #69FABB
Black with #69FABB
Text Example
Text Example
White with #69FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FABB; }
p { color: rgb(105,250,187); }
H1.HeaderClassName
{
color: #69FABB;
}
.AnyTagClassName
{
color: #69FABB;
}
</style>
background-color css
<style>
a { background-color: #69FABB; }
a { background-color: rgb(105,250,187); }
div.DivClassName
{
background-color: #69FABB;
}
.BgClassName
{
background-color: #69FABB;
}
</style>
border-color css
<style>
span { border-color: #69FABB; }
span { border-color: rgb(105,250,187); }
td.TdClassName
{
border-color: #69FABB;
}
.TagClassName
{
border-color: #69FABB;
}
</style>