Shades of Aquamarine #6FFAB3
Tints of Aquamarine #6FFAB3
RGB
CMYK
RGB Variations
Color information
#6FFAB3 (or 0x6FFAB3) is known color: Aquamarine. HEX triplet: 6F, FA and B3. RGB value is (111,250,179). Sum of RGB (Red+Green+Blue) = 111+250+179=540 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.56% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFAB3 is #90054C. Grayscale: #C8C8C8. Windows color (decimal): -9438541 or 11795055. OLE color: 11795055.
HSL color Cylindrical-coordinate representation of color #6FFAB3: hue angle of 149.35º 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 #6FFAB3 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 179 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.02 |
| HSL | 149.35º | 0.93% | 0.71% | - |
| HSV(B) | 149.35º | 0.56% | 0.98% | - |
| XYZ | 48.88 | 75.01 | 54.55 | - |
| YUV | 200.35 | 115.95 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 179 | 0.56 | 0 | 0.28 | 0.02 | 149.35 | 0.93 | 0.71 |
| Hex | 6F | FA | B3 | 38 | 0 | 1C | 2 | 95 | 5D | 47 |
| Octal | 157 | 372 | 263 | 70 | 0 | 34 | 2 | 225 | 135 | 107 |
| Binary | 1101111 | 11111010 | 10110011 | 111000 | 0 | 11100 | 10 | 10010101 | 1011101 | 1000111 |
Color Harmonies of #6FFAB3
Complementary color
Monochromatic Colors of #6FFAB3
Black with #6FFAB3
Text Example
Text Example
White with #6FFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAB3; }
p { color: rgb(111,250,179); }
H1.HeaderClassName
{
color: #6FFAB3;
}
.AnyTagClassName
{
color: #6FFAB3;
}
</style>
background-color css
<style>
a { background-color: #6FFAB3; }
a { background-color: rgb(111,250,179); }
div.DivClassName
{
background-color: #6FFAB3;
}
.BgClassName
{
background-color: #6FFAB3;
}
</style>
border-color css
<style>
span { border-color: #6FFAB3; }
span { border-color: rgb(111,250,179); }
td.TdClassName
{
border-color: #6FFAB3;
}
.TagClassName
{
border-color: #6FFAB3;
}
</style>