Shades of Aquamarine #6FFCD0
Tints of Aquamarine #6FFCD0
RGB
CMYK
RGB Variations
Color information
#6FFCD0 (or 0x6FFCD0) is known color: Aquamarine. HEX triplet: 6F, FC and D0. RGB value is (111,252,208). Sum of RGB (Red+Green+Blue) = 111+252+208=571 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.44% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFCD0 is #90032F. Grayscale: #CCCCCC. Windows color (decimal): -9438000 or 13696111. OLE color: 13696111.
HSL color Cylindrical-coordinate representation of color #6FFCD0: hue angle of 161.28º 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 #6FFCD0 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 208 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.01 |
| HSL | 161.28º | 0.96% | 0.71% | - |
| HSV(B) | 161.28º | 0.56% | 0.99% | - |
| XYZ | 52.75 | 77.55 | 71.86 | - |
| YUV | 204.83 | 129.79 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 208 | 0.56 | 0 | 0.17 | 0.01 | 161.28 | 0.96 | 0.71 |
| Hex | 6F | FC | D0 | 38 | 0 | 11 | 1 | A1 | 60 | 47 |
| Octal | 157 | 374 | 320 | 70 | 0 | 21 | 1 | 241 | 140 | 107 |
| Binary | 1101111 | 11111100 | 11010000 | 111000 | 0 | 10001 | 1 | 10100001 | 1100000 | 1000111 |
Color Harmonies of #6FFCD0
Complementary color
Monochromatic Colors of #6FFCD0
Black with #6FFCD0
Text Example
Text Example
White with #6FFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCD0; }
p { color: rgb(111,252,208); }
H1.HeaderClassName
{
color: #6FFCD0;
}
.AnyTagClassName
{
color: #6FFCD0;
}
</style>
background-color css
<style>
a { background-color: #6FFCD0; }
a { background-color: rgb(111,252,208); }
div.DivClassName
{
background-color: #6FFCD0;
}
.BgClassName
{
background-color: #6FFCD0;
}
</style>
border-color css
<style>
span { border-color: #6FFCD0; }
span { border-color: rgb(111,252,208); }
td.TdClassName
{
border-color: #6FFCD0;
}
.TagClassName
{
border-color: #6FFCD0;
}
</style>