Shades of Aquamarine #6AFEB4
Tints of Aquamarine #6AFEB4
RGB
CMYK
RGB Variations
Color information
#6AFEB4 (or 0x6AFEB4) is known color: Aquamarine. HEX triplet: 6A, FE and B4. RGB value is (106,254,180). Sum of RGB (Red+Green+Blue) = 106+254+180=540 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.63% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFEB4 is #95014B. Grayscale: #C9C9C9. Windows color (decimal): -9765196 or 11861610. OLE color: 11861610.
HSL color Cylindrical-coordinate representation of color #6AFEB4: hue angle of 150º 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 #6AFEB4 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 180 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.00 |
| HSL | 150º | 0.99% | 0.71% | - |
| HSV(B) | 150º | 0.58% | 1% | - |
| XYZ | 49.62 | 77.24 | 55.47 | - |
| YUV | 201.31 | 115.97 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 180 | 0.58 | 0 | 0.29 | 0.00 | 150 | 0.99 | 0.71 |
| Hex | 6A | FE | B4 | 3A | 0 | 1D | 0 | 96 | 63 | 47 |
| Octal | 152 | 376 | 264 | 72 | 0 | 35 | 0 | 226 | 143 | 107 |
| Binary | 1101010 | 11111110 | 10110100 | 111010 | 0 | 11101 | 0 | 10010110 | 1100011 | 1000111 |
Color Harmonies of #6AFEB4
Complementary color
Monochromatic Colors of #6AFEB4
Black with #6AFEB4
Text Example
Text Example
White with #6AFEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFEB4; }
p { color: rgb(106,254,180); }
H1.HeaderClassName
{
color: #6AFEB4;
}
.AnyTagClassName
{
color: #6AFEB4;
}
</style>
background-color css
<style>
a { background-color: #6AFEB4; }
a { background-color: rgb(106,254,180); }
div.DivClassName
{
background-color: #6AFEB4;
}
.BgClassName
{
background-color: #6AFEB4;
}
</style>
border-color css
<style>
span { border-color: #6AFEB4; }
span { border-color: rgb(106,254,180); }
td.TdClassName
{
border-color: #6AFEB4;
}
.TagClassName
{
border-color: #6AFEB4;
}
</style>