Shades of Aquamarine #6AF7BE
Tints of Aquamarine #6AF7BE
RGB
CMYK
RGB Variations
Color information
#6AF7BE (or 0x6AF7BE) is known color: Aquamarine. HEX triplet: 6A, F7 and BE. RGB value is (106,247,190). Sum of RGB (Red+Green+Blue) = 106+247+190=543 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.52% from 543); Green value is 247 (96.88% from 255 or 45.49% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 247 - color contains mainly: green. Hex color #6AF7BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF7BE is #950841. Grayscale: #C6C6C6. Windows color (decimal): -9766978 or 12515178. OLE color: 12515178.
HSL color Cylindrical-coordinate representation of color #6AF7BE: hue angle of 155.74º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF7BE is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 247 | 190 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.03 |
| HSL | 155.74º | 0.9% | 0.69% | - |
| HSV(B) | 155.74º | 0.57% | 0.97% | - |
| XYZ | 48.5 | 73.3 | 60.31 | - |
| YUV | 198.34 | 123.29 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 247 | 190 | 0.57 | 0 | 0.23 | 0.03 | 155.74 | 0.9 | 0.69 |
| Hex | 6A | F7 | BE | 39 | 0 | 17 | 3 | 9C | 5A | 45 |
| Octal | 152 | 367 | 276 | 71 | 0 | 27 | 3 | 234 | 132 | 105 |
| Binary | 1101010 | 11110111 | 10111110 | 111001 | 0 | 10111 | 11 | 10011100 | 1011010 | 1000101 |
Color Harmonies of #6AF7BE
Complementary color
Monochromatic Colors of #6AF7BE
Black with #6AF7BE
Text Example
Text Example
White with #6AF7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF7BE; }
p { color: rgb(106,247,190); }
H1.HeaderClassName
{
color: #6AF7BE;
}
.AnyTagClassName
{
color: #6AF7BE;
}
</style>
background-color css
<style>
a { background-color: #6AF7BE; }
a { background-color: rgb(106,247,190); }
div.DivClassName
{
background-color: #6AF7BE;
}
.BgClassName
{
background-color: #6AF7BE;
}
</style>
border-color css
<style>
span { border-color: #6AF7BE; }
span { border-color: rgb(106,247,190); }
td.TdClassName
{
border-color: #6AF7BE;
}
.TagClassName
{
border-color: #6AF7BE;
}
</style>