Shades of Aquamarine #6AF4BC
Tints of Aquamarine #6AF4BC
RGB
CMYK
RGB Variations
Color information
#6AF4BC (or 0x6AF4BC) is known color: Aquamarine. HEX triplet: 6A, F4 and BC. RGB value is (106,244,188). Sum of RGB (Red+Green+Blue) = 106+244+188=538 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.70% from 538); Green value is 244 (95.70% from 255 or 45.35% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 244 - color contains mainly: green. Hex color #6AF4BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF4BC is #950B43. Grayscale: #C4C4C4. Windows color (decimal): -9767748 or 12383338. OLE color: 12383338.
HSL color Cylindrical-coordinate representation of color #6AF4BC: hue angle of 155.65º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF4BC is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 244 | 188 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.04 |
| HSL | 155.65º | 0.86% | 0.69% | - |
| HSV(B) | 155.65º | 0.57% | 0.96% | - |
| XYZ | 47.37 | 71.4 | 58.86 | - |
| YUV | 196.35 | 123.28 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 244 | 188 | 0.57 | 0 | 0.23 | 0.04 | 155.65 | 0.86 | 0.69 |
| Hex | 6A | F4 | BC | 39 | 0 | 17 | 4 | 9C | 56 | 45 |
| Octal | 152 | 364 | 274 | 71 | 0 | 27 | 4 | 234 | 126 | 105 |
| Binary | 1101010 | 11110100 | 10111100 | 111001 | 0 | 10111 | 100 | 10011100 | 1010110 | 1000101 |
Color Harmonies of #6AF4BC
Complementary color
Monochromatic Colors of #6AF4BC
Black with #6AF4BC
Text Example
Text Example
White with #6AF4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF4BC; }
p { color: rgb(106,244,188); }
H1.HeaderClassName
{
color: #6AF4BC;
}
.AnyTagClassName
{
color: #6AF4BC;
}
</style>
background-color css
<style>
a { background-color: #6AF4BC; }
a { background-color: rgb(106,244,188); }
div.DivClassName
{
background-color: #6AF4BC;
}
.BgClassName
{
background-color: #6AF4BC;
}
</style>
border-color css
<style>
span { border-color: #6AF4BC; }
span { border-color: rgb(106,244,188); }
td.TdClassName
{
border-color: #6AF4BC;
}
.TagClassName
{
border-color: #6AF4BC;
}
</style>