Shades of Aquamarine #6FFDD0
Tints of Aquamarine #6FFDD0
RGB
CMYK
RGB Variations
Color information
#6FFDD0 (or 0x6FFDD0) is known color: Aquamarine. HEX triplet: 6F, FD and D0. RGB value is (111,253,208). Sum of RGB (Red+Green+Blue) = 111+253+208=572 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.41% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFDD0 is #90022F. Grayscale: #CDCDCD. Windows color (decimal): -9437744 or 13696367. OLE color: 13696367.
HSL color Cylindrical-coordinate representation of color #6FFDD0: hue angle of 160.99º degrees, saturation: 0.97, 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 #6FFDD0 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 208 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.01 |
| HSL | 160.99º | 0.97% | 0.71% | - |
| HSV(B) | 160.99º | 0.56% | 0.99% | - |
| XYZ | 53.07 | 78.18 | 71.97 | - |
| YUV | 205.41 | 129.46 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 208 | 0.56 | 0 | 0.18 | 0.01 | 160.99 | 0.97 | 0.71 |
| Hex | 6F | FD | D0 | 38 | 0 | 12 | 1 | A1 | 61 | 47 |
| Octal | 157 | 375 | 320 | 70 | 0 | 22 | 1 | 241 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11010000 | 111000 | 0 | 10010 | 1 | 10100001 | 1100001 | 1000111 |
Color Harmonies of #6FFDD0
Complementary color
Monochromatic Colors of #6FFDD0
Black with #6FFDD0
Text Example
Text Example
White with #6FFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDD0; }
p { color: rgb(111,253,208); }
H1.HeaderClassName
{
color: #6FFDD0;
}
.AnyTagClassName
{
color: #6FFDD0;
}
</style>
background-color css
<style>
a { background-color: #6FFDD0; }
a { background-color: rgb(111,253,208); }
div.DivClassName
{
background-color: #6FFDD0;
}
.BgClassName
{
background-color: #6FFDD0;
}
</style>
border-color css
<style>
span { border-color: #6FFDD0; }
span { border-color: rgb(111,253,208); }
td.TdClassName
{
border-color: #6FFDD0;
}
.TagClassName
{
border-color: #6FFDD0;
}
</style>