Shades of Aquamarine #6FF9BA
Tints of Aquamarine #6FF9BA
RGB
CMYK
RGB Variations
Color information
#6FF9BA (or 0x6FF9BA) is known color: Aquamarine. HEX triplet: 6F, F9 and BA. RGB value is (111,249,186). Sum of RGB (Red+Green+Blue) = 111+249+186=546 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.33% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #6FF9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF9BA is #900645. Grayscale: #C8C8C8. Windows color (decimal): -9438790 or 12253551. OLE color: 12253551.
HSL color Cylindrical-coordinate representation of color #6FF9BA: hue angle of 152.61º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FF9BA is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 249 | 186 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.02 |
| HSL | 152.61º | 0.92% | 0.71% | - |
| HSV(B) | 152.61º | 0.55% | 0.98% | - |
| XYZ | 49.29 | 74.68 | 58.27 | - |
| YUV | 200.56 | 119.78 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 249 | 186 | 0.55 | 0 | 0.25 | 0.02 | 152.61 | 0.92 | 0.71 |
| Hex | 6F | F9 | BA | 37 | 0 | 19 | 2 | 99 | 5C | 47 |
| Octal | 157 | 371 | 272 | 67 | 0 | 31 | 2 | 231 | 134 | 107 |
| Binary | 1101111 | 11111001 | 10111010 | 110111 | 0 | 11001 | 10 | 10011001 | 1011100 | 1000111 |
Color Harmonies of #6FF9BA
Complementary color
Monochromatic Colors of #6FF9BA
Black with #6FF9BA
Text Example
Text Example
White with #6FF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF9BA; }
p { color: rgb(111,249,186); }
H1.HeaderClassName
{
color: #6FF9BA;
}
.AnyTagClassName
{
color: #6FF9BA;
}
</style>
background-color css
<style>
a { background-color: #6FF9BA; }
a { background-color: rgb(111,249,186); }
div.DivClassName
{
background-color: #6FF9BA;
}
.BgClassName
{
background-color: #6FF9BA;
}
</style>
border-color css
<style>
span { border-color: #6FF9BA; }
span { border-color: rgb(111,249,186); }
td.TdClassName
{
border-color: #6FF9BA;
}
.TagClassName
{
border-color: #6FF9BA;
}
</style>