Shades of Aquamarine #6FFFD3
Tints of Aquamarine #6FFFD3
RGB
CMYK
RGB Variations
Color information
#6FFFD3 (or 0x6FFFD3) is known color: Aquamarine. HEX triplet: 6F, FF and D3. RGB value is (111,255,211). Sum of RGB (Red+Green+Blue) = 111+255+211=577 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.24% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFFD3 is #90002C. Grayscale: #CECECE. Windows color (decimal): -9437229 or 13893487. OLE color: 13893487.
HSL color Cylindrical-coordinate representation of color #6FFFD3: hue angle of 161.67º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFD3 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 211 | - |
| CMYK | 0.56 | 0 | 0.17 | 0 |
| HSL | 161.67º | 1% | 0.72% | - |
| HSV(B) | 161.67º | 0.56% | 1% | - |
| XYZ | 54.07 | 79.6 | 74.14 | - |
| YUV | 206.93 | 130.29 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 211 | 0.56 | 0 | 0.17 | 0 | 161.67 | 1 | 0.72 |
| Hex | 6F | FF | D3 | 38 | 0 | 11 | 0 | A2 | 64 | 48 |
| Octal | 157 | 377 | 323 | 70 | 0 | 21 | 0 | 242 | 144 | 110 |
| Binary | 1101111 | 11111111 | 11010011 | 111000 | 0 | 10001 | 0 | 10100010 | 1100100 | 1001000 |
Color Harmonies of #6FFFD3
Complementary color
Monochromatic Colors of #6FFFD3
Black with #6FFFD3
Text Example
Text Example
White with #6FFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFD3; }
p { color: rgb(111,255,211); }
H1.HeaderClassName
{
color: #6FFFD3;
}
.AnyTagClassName
{
color: #6FFFD3;
}
</style>
background-color css
<style>
a { background-color: #6FFFD3; }
a { background-color: rgb(111,255,211); }
div.DivClassName
{
background-color: #6FFFD3;
}
.BgClassName
{
background-color: #6FFFD3;
}
</style>
border-color css
<style>
span { border-color: #6FFFD3; }
span { border-color: rgb(111,255,211); }
td.TdClassName
{
border-color: #6FFFD3;
}
.TagClassName
{
border-color: #6FFFD3;
}
</style>