Shades of Aquamarine #6AFEBD
Tints of Aquamarine #6AFEBD
RGB
CMYK
RGB Variations
Color information
#6AFEBD (or 0x6AFEBD) is known color: Aquamarine. HEX triplet: 6A, FE and BD. RGB value is (106,254,189). Sum of RGB (Red+Green+Blue) = 106+254+189=549 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.31% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFEBD is #950142. Grayscale: #CACACA. Windows color (decimal): -9765187 or 12451434. OLE color: 12451434.
HSL color Cylindrical-coordinate representation of color #6AFEBD: hue angle of 153.65º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFEBD is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 189 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.00 |
| HSL | 153.65º | 0.99% | 0.71% | - |
| HSV(B) | 153.65º | 0.58% | 1% | - |
| XYZ | 50.57 | 77.62 | 60.46 | - |
| YUV | 202.34 | 120.47 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 189 | 0.58 | 0 | 0.26 | 0.00 | 153.65 | 0.99 | 0.71 |
| Hex | 6A | FE | BD | 3A | 0 | 1A | 0 | 9A | 63 | 47 |
| Octal | 152 | 376 | 275 | 72 | 0 | 32 | 0 | 232 | 143 | 107 |
| Binary | 1101010 | 11111110 | 10111101 | 111010 | 0 | 11010 | 0 | 10011010 | 1100011 | 1000111 |
Color Harmonies of #6AFEBD
Complementary color
Monochromatic Colors of #6AFEBD
Black with #6AFEBD
Text Example
Text Example
White with #6AFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFEBD; }
p { color: rgb(106,254,189); }
H1.HeaderClassName
{
color: #6AFEBD;
}
.AnyTagClassName
{
color: #6AFEBD;
}
</style>
background-color css
<style>
a { background-color: #6AFEBD; }
a { background-color: rgb(106,254,189); }
div.DivClassName
{
background-color: #6AFEBD;
}
.BgClassName
{
background-color: #6AFEBD;
}
</style>
border-color css
<style>
span { border-color: #6AFEBD; }
span { border-color: rgb(106,254,189); }
td.TdClassName
{
border-color: #6AFEBD;
}
.TagClassName
{
border-color: #6AFEBD;
}
</style>