Shades of Aquamarine #6BFAE0
Tints of Aquamarine #6BFAE0
RGB
CMYK
RGB Variations
Color information
#6BFAE0 (or 0x6BFAE0) is known color: Aquamarine. HEX triplet: 6B, FA and E0. RGB value is (107,250,224). Sum of RGB (Red+Green+Blue) = 107+250+224=581 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.42% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFAE0 is #94051F. Grayscale: #CCCCCC. Windows color (decimal): -9700640 or 14744171. OLE color: 14744171.
HSL color Cylindrical-coordinate representation of color #6BFAE0: hue angle of 169.09º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFAE0 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 224 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.02 |
| HSL | 169.09º | 0.93% | 0.7% | - |
| HSV(B) | 169.09º | 0.57% | 0.98% | - |
| XYZ | 53.7 | 76.88 | 82.53 | - |
| YUV | 204.28 | 139.12 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 224 | 0.57 | 0 | 0.10 | 0.02 | 169.09 | 0.93 | 0.7 |
| Hex | 6B | FA | E0 | 39 | 0 | A | 2 | A9 | 5D | 46 |
| Octal | 153 | 372 | 340 | 71 | 0 | 12 | 2 | 251 | 135 | 106 |
| Binary | 1101011 | 11111010 | 11100000 | 111001 | 0 | 1010 | 10 | 10101001 | 1011101 | 1000110 |
Color Harmonies of #6BFAE0
Complementary color
Monochromatic Colors of #6BFAE0
Black with #6BFAE0
Text Example
Text Example
White with #6BFAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFAE0; }
p { color: rgb(107,250,224); }
H1.HeaderClassName
{
color: #6BFAE0;
}
.AnyTagClassName
{
color: #6BFAE0;
}
</style>
background-color css
<style>
a { background-color: #6BFAE0; }
a { background-color: rgb(107,250,224); }
div.DivClassName
{
background-color: #6BFAE0;
}
.BgClassName
{
background-color: #6BFAE0;
}
</style>
border-color css
<style>
span { border-color: #6BFAE0; }
span { border-color: rgb(107,250,224); }
td.TdClassName
{
border-color: #6BFAE0;
}
.TagClassName
{
border-color: #6BFAE0;
}
</style>