Shades of Aquamarine #6AF2BB
Tints of Aquamarine #6AF2BB
RGB
CMYK
RGB Variations
Color information
#6AF2BB (or 0x6AF2BB) is known color: Aquamarine. HEX triplet: 6A, F2 and BB. RGB value is (106,242,187). Sum of RGB (Red+Green+Blue) = 106+242+187=535 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.81% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF2BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF2BB is #950D44. Grayscale: #C3C3C3. Windows color (decimal): -9768261 or 12317290. OLE color: 12317290.
HSL color Cylindrical-coordinate representation of color #6AF2BB: hue angle of 155.74º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF2BB is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 242 | 187 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.05 |
| HSL | 155.74º | 0.84% | 0.68% | - |
| HSV(B) | 155.74º | 0.56% | 0.95% | - |
| XYZ | 46.67 | 70.16 | 58.1 | - |
| YUV | 195.07 | 123.44 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 242 | 187 | 0.56 | 0 | 0.23 | 0.05 | 155.74 | 0.84 | 0.68 |
| Hex | 6A | F2 | BB | 38 | 0 | 17 | 5 | 9C | 54 | 44 |
| Octal | 152 | 362 | 273 | 70 | 0 | 27 | 5 | 234 | 124 | 104 |
| Binary | 1101010 | 11110010 | 10111011 | 111000 | 0 | 10111 | 101 | 10011100 | 1010100 | 1000100 |
Color Harmonies of #6AF2BB
Complementary color
Monochromatic Colors of #6AF2BB
Black with #6AF2BB
Text Example
Text Example
White with #6AF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF2BB; }
p { color: rgb(106,242,187); }
H1.HeaderClassName
{
color: #6AF2BB;
}
.AnyTagClassName
{
color: #6AF2BB;
}
</style>
background-color css
<style>
a { background-color: #6AF2BB; }
a { background-color: rgb(106,242,187); }
div.DivClassName
{
background-color: #6AF2BB;
}
.BgClassName
{
background-color: #6AF2BB;
}
</style>
border-color css
<style>
span { border-color: #6AF2BB; }
span { border-color: rgb(106,242,187); }
td.TdClassName
{
border-color: #6AF2BB;
}
.TagClassName
{
border-color: #6AF2BB;
}
</style>