Shades of Aquamarine #6FFCD1
Tints of Aquamarine #6FFCD1
RGB
CMYK
RGB Variations
Color information
#6FFCD1 (or 0x6FFCD1) is known color: Aquamarine. HEX triplet: 6F, FC and D1. RGB value is (111,252,209). Sum of RGB (Red+Green+Blue) = 111+252+209=572 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.41% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFCD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFCD1 is #90032E. Grayscale: #CCCCCC. Windows color (decimal): -9437999 or 13761647. OLE color: 13761647.
HSL color Cylindrical-coordinate representation of color #6FFCD1: hue angle of 161.7º 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 #6FFCD1 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 209 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.01 |
| HSL | 161.7º | 0.96% | 0.71% | - |
| HSV(B) | 161.7º | 0.56% | 0.99% | - |
| XYZ | 52.87 | 77.6 | 72.51 | - |
| YUV | 204.94 | 130.29 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 209 | 0.56 | 0 | 0.17 | 0.01 | 161.7 | 0.96 | 0.71 |
| Hex | 6F | FC | D1 | 38 | 0 | 11 | 1 | A2 | 60 | 47 |
| Octal | 157 | 374 | 321 | 70 | 0 | 21 | 1 | 242 | 140 | 107 |
| Binary | 1101111 | 11111100 | 11010001 | 111000 | 0 | 10001 | 1 | 10100010 | 1100000 | 1000111 |
Color Harmonies of #6FFCD1
Complementary color
Monochromatic Colors of #6FFCD1
Black with #6FFCD1
Text Example
Text Example
White with #6FFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCD1; }
p { color: rgb(111,252,209); }
H1.HeaderClassName
{
color: #6FFCD1;
}
.AnyTagClassName
{
color: #6FFCD1;
}
</style>
background-color css
<style>
a { background-color: #6FFCD1; }
a { background-color: rgb(111,252,209); }
div.DivClassName
{
background-color: #6FFCD1;
}
.BgClassName
{
background-color: #6FFCD1;
}
</style>
border-color css
<style>
span { border-color: #6FFCD1; }
span { border-color: rgb(111,252,209); }
td.TdClassName
{
border-color: #6FFCD1;
}
.TagClassName
{
border-color: #6FFCD1;
}
</style>