Shades of Aquamarine #6FFDD1
Tints of Aquamarine #6FFDD1
RGB
CMYK
RGB Variations
Color information
#6FFDD1 (or 0x6FFDD1) is known color: Aquamarine. HEX triplet: 6F, FD and D1. RGB value is (111,253,209). Sum of RGB (Red+Green+Blue) = 111+253+209=573 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.37% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFDD1 is #90022E. Grayscale: #CDCDCD. Windows color (decimal): -9437743 or 13761903. OLE color: 13761903.
HSL color Cylindrical-coordinate representation of color #6FFDD1: hue angle of 161.41º 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 #6FFDD1 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 209 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.01 |
| HSL | 161.41º | 0.97% | 0.71% | - |
| HSV(B) | 161.41º | 0.56% | 0.99% | - |
| XYZ | 53.19 | 78.23 | 72.62 | - |
| YUV | 205.53 | 129.96 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 209 | 0.56 | 0 | 0.17 | 0.01 | 161.41 | 0.97 | 0.71 |
| Hex | 6F | FD | D1 | 38 | 0 | 11 | 1 | A1 | 61 | 47 |
| Octal | 157 | 375 | 321 | 70 | 0 | 21 | 1 | 241 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11010001 | 111000 | 0 | 10001 | 1 | 10100001 | 1100001 | 1000111 |
Color Harmonies of #6FFDD1
Complementary color
Monochromatic Colors of #6FFDD1
Black with #6FFDD1
Text Example
Text Example
White with #6FFDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDD1; }
p { color: rgb(111,253,209); }
H1.HeaderClassName
{
color: #6FFDD1;
}
.AnyTagClassName
{
color: #6FFDD1;
}
</style>
background-color css
<style>
a { background-color: #6FFDD1; }
a { background-color: rgb(111,253,209); }
div.DivClassName
{
background-color: #6FFDD1;
}
.BgClassName
{
background-color: #6FFDD1;
}
</style>
border-color css
<style>
span { border-color: #6FFDD1; }
span { border-color: rgb(111,253,209); }
td.TdClassName
{
border-color: #6FFDD1;
}
.TagClassName
{
border-color: #6FFDD1;
}
</style>