Shades of Aquamarine #6AFEB2
Tints of Aquamarine #6AFEB2
RGB
CMYK
RGB Variations
Color information
#6AFEB2 (or 0x6AFEB2) is known color: Aquamarine. HEX triplet: 6A, FE and B2. RGB value is (106,254,178). Sum of RGB (Red+Green+Blue) = 106+254+178=538 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.70% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFEB2 is #95014D. Grayscale: #C9C9C9. Windows color (decimal): -9765198 or 11730538. OLE color: 11730538.
HSL color Cylindrical-coordinate representation of color #6AFEB2: hue angle of 149.19º 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 #6AFEB2 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 178 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.00 |
| HSL | 149.19º | 0.99% | 0.71% | - |
| HSV(B) | 149.19º | 0.58% | 1% | - |
| XYZ | 49.42 | 77.16 | 54.41 | - |
| YUV | 201.08 | 114.97 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 178 | 0.58 | 0 | 0.30 | 0.00 | 149.19 | 0.99 | 0.71 |
| Hex | 6A | FE | B2 | 3A | 0 | 1E | 0 | 95 | 63 | 47 |
| Octal | 152 | 376 | 262 | 72 | 0 | 36 | 0 | 225 | 143 | 107 |
| Binary | 1101010 | 11111110 | 10110010 | 111010 | 0 | 11110 | 0 | 10010101 | 1100011 | 1000111 |
Color Harmonies of #6AFEB2
Complementary color
Monochromatic Colors of #6AFEB2
Black with #6AFEB2
Text Example
Text Example
White with #6AFEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFEB2; }
p { color: rgb(106,254,178); }
H1.HeaderClassName
{
color: #6AFEB2;
}
.AnyTagClassName
{
color: #6AFEB2;
}
</style>
background-color css
<style>
a { background-color: #6AFEB2; }
a { background-color: rgb(106,254,178); }
div.DivClassName
{
background-color: #6AFEB2;
}
.BgClassName
{
background-color: #6AFEB2;
}
</style>
border-color css
<style>
span { border-color: #6AFEB2; }
span { border-color: rgb(106,254,178); }
td.TdClassName
{
border-color: #6AFEB2;
}
.TagClassName
{
border-color: #6AFEB2;
}
</style>