Shades of Aquamarine #6FFFD4
Tints of Aquamarine #6FFFD4
RGB
CMYK
RGB Variations
Color information
#6FFFD4 (or 0x6FFFD4) is known color: Aquamarine. HEX triplet: 6F, FF and D4. RGB value is (111,255,212). Sum of RGB (Red+Green+Blue) = 111+255+212=578 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.20% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFFD4 is #90002B. Grayscale: #CFCFCF. Windows color (decimal): -9437228 or 13959023. OLE color: 13959023.
HSL color Cylindrical-coordinate representation of color #6FFFD4: hue angle of 162.08º 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 #6FFFD4 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 212 | - |
| CMYK | 0.56 | 0 | 0.17 | 0 |
| HSL | 162.08º | 1% | 0.72% | - |
| HSV(B) | 162.08º | 0.56% | 1% | - |
| XYZ | 54.2 | 79.65 | 74.81 | - |
| YUV | 207.04 | 130.79 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 212 | 0.56 | 0 | 0.17 | 0 | 162.08 | 1 | 0.72 |
| Hex | 6F | FF | D4 | 38 | 0 | 11 | 0 | A2 | 64 | 48 |
| Octal | 157 | 377 | 324 | 70 | 0 | 21 | 0 | 242 | 144 | 110 |
| Binary | 1101111 | 11111111 | 11010100 | 111000 | 0 | 10001 | 0 | 10100010 | 1100100 | 1001000 |
Color Harmonies of #6FFFD4
Complementary color
Monochromatic Colors of #6FFFD4
Black with #6FFFD4
Text Example
Text Example
White with #6FFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFD4; }
p { color: rgb(111,255,212); }
H1.HeaderClassName
{
color: #6FFFD4;
}
.AnyTagClassName
{
color: #6FFFD4;
}
</style>
background-color css
<style>
a { background-color: #6FFFD4; }
a { background-color: rgb(111,255,212); }
div.DivClassName
{
background-color: #6FFFD4;
}
.BgClassName
{
background-color: #6FFFD4;
}
</style>
border-color css
<style>
span { border-color: #6FFFD4; }
span { border-color: rgb(111,255,212); }
td.TdClassName
{
border-color: #6FFFD4;
}
.TagClassName
{
border-color: #6FFFD4;
}
</style>