Shades of Aquamarine #6FFCAF
Tints of Aquamarine #6FFCAF
RGB
CMYK
RGB Variations
Color information
#6FFCAF (or 0x6FFCAF) is known color: Aquamarine. HEX triplet: 6F, FC and AF. RGB value is (111,252,175). Sum of RGB (Red+Green+Blue) = 111+252+175=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FFCAF is #900350. Grayscale: #C9C9C9. Windows color (decimal): -9438033 or 11533423. OLE color: 11533423.
HSL color Cylindrical-coordinate representation of color #6FFCAF: hue angle of 147.23º 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 #6FFCAF is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 175 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.01 |
| HSL | 147.23º | 0.96% | 0.71% | - |
| HSV(B) | 147.23º | 0.56% | 0.99% | - |
| XYZ | 49.1 | 76.1 | 52.66 | - |
| YUV | 201.06 | 113.29 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 175 | 0.56 | 0 | 0.31 | 0.01 | 147.23 | 0.96 | 0.71 |
| Hex | 6F | FC | AF | 38 | 0 | 1F | 1 | 93 | 60 | 47 |
| Octal | 157 | 374 | 257 | 70 | 0 | 37 | 1 | 223 | 140 | 107 |
| Binary | 1101111 | 11111100 | 10101111 | 111000 | 0 | 11111 | 1 | 10010011 | 1100000 | 1000111 |
Color Harmonies of #6FFCAF
Complementary color
Monochromatic Colors of #6FFCAF
Black with #6FFCAF
Text Example
Text Example
White with #6FFCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCAF; }
p { color: rgb(111,252,175); }
H1.HeaderClassName
{
color: #6FFCAF;
}
.AnyTagClassName
{
color: #6FFCAF;
}
</style>
background-color css
<style>
a { background-color: #6FFCAF; }
a { background-color: rgb(111,252,175); }
div.DivClassName
{
background-color: #6FFCAF;
}
.BgClassName
{
background-color: #6FFCAF;
}
</style>
border-color css
<style>
span { border-color: #6FFCAF; }
span { border-color: rgb(111,252,175); }
td.TdClassName
{
border-color: #6FFCAF;
}
.TagClassName
{
border-color: #6FFCAF;
}
</style>