Shades of Aquamarine #6FFABD
Tints of Aquamarine #6FFABD
RGB
CMYK
RGB Variations
Color information
#6FFABD (or 0x6FFABD) is known color: Aquamarine. HEX triplet: 6F, FA and BD. RGB value is (111,250,189). Sum of RGB (Red+Green+Blue) = 111+250+189=550 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.18% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFABD is #900542. Grayscale: #C9C9C9. Windows color (decimal): -9438531 or 12450415. OLE color: 12450415.
HSL color Cylindrical-coordinate representation of color #6FFABD: hue angle of 153.67º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFABD is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 189 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.02 |
| HSL | 153.67º | 0.93% | 0.71% | - |
| HSV(B) | 153.67º | 0.56% | 0.98% | - |
| XYZ | 49.93 | 75.42 | 60.07 | - |
| YUV | 201.49 | 120.95 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 189 | 0.56 | 0 | 0.24 | 0.02 | 153.67 | 0.93 | 0.71 |
| Hex | 6F | FA | BD | 38 | 0 | 18 | 2 | 9A | 5D | 47 |
| Octal | 157 | 372 | 275 | 70 | 0 | 30 | 2 | 232 | 135 | 107 |
| Binary | 1101111 | 11111010 | 10111101 | 111000 | 0 | 11000 | 10 | 10011010 | 1011101 | 1000111 |
Color Harmonies of #6FFABD
Complementary color
Monochromatic Colors of #6FFABD
Black with #6FFABD
Text Example
Text Example
White with #6FFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFABD; }
p { color: rgb(111,250,189); }
H1.HeaderClassName
{
color: #6FFABD;
}
.AnyTagClassName
{
color: #6FFABD;
}
</style>
background-color css
<style>
a { background-color: #6FFABD; }
a { background-color: rgb(111,250,189); }
div.DivClassName
{
background-color: #6FFABD;
}
.BgClassName
{
background-color: #6FFABD;
}
</style>
border-color css
<style>
span { border-color: #6FFABD; }
span { border-color: rgb(111,250,189); }
td.TdClassName
{
border-color: #6FFABD;
}
.TagClassName
{
border-color: #6FFABD;
}
</style>