Shades of Aquamarine #6FFAD4
Tints of Aquamarine #6FFAD4
RGB
CMYK
RGB Variations
Color information
#6FFAD4 (or 0x6FFAD4) is known color: Aquamarine. HEX triplet: 6F, FA and D4. RGB value is (111,250,212). Sum of RGB (Red+Green+Blue) = 111+250+212=573 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.37% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFAD4 is #90052B. Grayscale: #CCCCCC. Windows color (decimal): -9438508 or 13957743. OLE color: 13957743.
HSL color Cylindrical-coordinate representation of color #6FFAD4: hue angle of 163.6º 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 #6FFAD4 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 212 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.02 |
| HSL | 163.6º | 0.93% | 0.71% | - |
| HSV(B) | 163.6º | 0.56% | 0.98% | - |
| XYZ | 52.62 | 76.5 | 74.28 | - |
| YUV | 204.11 | 132.45 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 212 | 0.56 | 0 | 0.15 | 0.02 | 163.6 | 0.93 | 0.71 |
| Hex | 6F | FA | D4 | 38 | 0 | F | 2 | A4 | 5D | 47 |
| Octal | 157 | 372 | 324 | 70 | 0 | 17 | 2 | 244 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11010100 | 111000 | 0 | 1111 | 10 | 10100100 | 1011101 | 1000111 |
Color Harmonies of #6FFAD4
Complementary color
Monochromatic Colors of #6FFAD4
Black with #6FFAD4
Text Example
Text Example
White with #6FFAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAD4; }
p { color: rgb(111,250,212); }
H1.HeaderClassName
{
color: #6FFAD4;
}
.AnyTagClassName
{
color: #6FFAD4;
}
</style>
background-color css
<style>
a { background-color: #6FFAD4; }
a { background-color: rgb(111,250,212); }
div.DivClassName
{
background-color: #6FFAD4;
}
.BgClassName
{
background-color: #6FFAD4;
}
</style>
border-color css
<style>
span { border-color: #6FFAD4; }
span { border-color: rgb(111,250,212); }
td.TdClassName
{
border-color: #6FFAD4;
}
.TagClassName
{
border-color: #6FFAD4;
}
</style>