Shades of Aquamarine #6FFFD2
Tints of Aquamarine #6FFFD2
RGB
CMYK
RGB Variations
Color information
#6FFFD2 (or 0x6FFFD2) is known color: Aquamarine. HEX triplet: 6F, FF and D2. RGB value is (111,255,210). Sum of RGB (Red+Green+Blue) = 111+255+210=576 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.27% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFFD2 is #90002D. Grayscale: #CECECE. Windows color (decimal): -9437230 or 13827951. OLE color: 13827951.
HSL color Cylindrical-coordinate representation of color #6FFFD2: hue angle of 161.25º 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 #6FFFD2 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 210 | - |
| CMYK | 0.56 | 0 | 0.18 | 0 |
| HSL | 161.25º | 1% | 0.72% | - |
| HSV(B) | 161.25º | 0.56% | 1% | - |
| XYZ | 53.95 | 79.55 | 73.48 | - |
| YUV | 206.81 | 129.79 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 210 | 0.56 | 0 | 0.18 | 0 | 161.25 | 1 | 0.72 |
| Hex | 6F | FF | D2 | 38 | 0 | 12 | 0 | A1 | 64 | 48 |
| Octal | 157 | 377 | 322 | 70 | 0 | 22 | 0 | 241 | 144 | 110 |
| Binary | 1101111 | 11111111 | 11010010 | 111000 | 0 | 10010 | 0 | 10100001 | 1100100 | 1001000 |
Color Harmonies of #6FFFD2
Complementary color
Monochromatic Colors of #6FFFD2
Black with #6FFFD2
Text Example
Text Example
White with #6FFFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFD2; }
p { color: rgb(111,255,210); }
H1.HeaderClassName
{
color: #6FFFD2;
}
.AnyTagClassName
{
color: #6FFFD2;
}
</style>
background-color css
<style>
a { background-color: #6FFFD2; }
a { background-color: rgb(111,255,210); }
div.DivClassName
{
background-color: #6FFFD2;
}
.BgClassName
{
background-color: #6FFFD2;
}
</style>
border-color css
<style>
span { border-color: #6FFFD2; }
span { border-color: rgb(111,255,210); }
td.TdClassName
{
border-color: #6FFFD2;
}
.TagClassName
{
border-color: #6FFFD2;
}
</style>