Shades of Aquamarine #6FFCAE
Tints of Aquamarine #6FFCAE
RGB
CMYK
RGB Variations
Color information
#6FFCAE (or 0x6FFCAE) is known color: Aquamarine. HEX triplet: 6F, FC and AE. RGB value is (111,252,174). Sum of RGB (Red+Green+Blue) = 111+252+174=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFCAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FFCAE is #900351. Grayscale: #C9C9C9. Windows color (decimal): -9438034 or 11467887. OLE color: 11467887.
HSL color Cylindrical-coordinate representation of color #6FFCAE: hue angle of 146.81º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFCAE is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 174 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.01 |
| HSL | 146.81º | 0.96% | 0.71% | - |
| HSV(B) | 146.81º | 0.56% | 0.99% | - |
| XYZ | 49.01 | 76.06 | 52.14 | - |
| YUV | 200.95 | 112.79 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 174 | 0.56 | 0 | 0.31 | 0.01 | 146.81 | 0.96 | 0.71 |
| Hex | 6F | FC | AE | 38 | 0 | 1F | 1 | 93 | 60 | 47 |
| Octal | 157 | 374 | 256 | 70 | 0 | 37 | 1 | 223 | 140 | 107 |
| Binary | 1101111 | 11111100 | 10101110 | 111000 | 0 | 11111 | 1 | 10010011 | 1100000 | 1000111 |
Color Harmonies of #6FFCAE
Complementary color
Monochromatic Colors of #6FFCAE
Black with #6FFCAE
Text Example
Text Example
White with #6FFCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCAE; }
p { color: rgb(111,252,174); }
H1.HeaderClassName
{
color: #6FFCAE;
}
.AnyTagClassName
{
color: #6FFCAE;
}
</style>
background-color css
<style>
a { background-color: #6FFCAE; }
a { background-color: rgb(111,252,174); }
div.DivClassName
{
background-color: #6FFCAE;
}
.BgClassName
{
background-color: #6FFCAE;
}
</style>
border-color css
<style>
span { border-color: #6FFCAE; }
span { border-color: rgb(111,252,174); }
td.TdClassName
{
border-color: #6FFCAE;
}
.TagClassName
{
border-color: #6FFCAE;
}
</style>