Shades of Aquamarine #6FEFDB
Tints of Aquamarine #6FEFDB
RGB
CMYK
RGB Variations
Color information
#6FEFDB (or 0x6FEFDB) is known color: Aquamarine. HEX triplet: 6F, EF and DB. RGB value is (111,239,219). Sum of RGB (Red+Green+Blue) = 111+239+219=569 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.51% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEFDB is #901024. Grayscale: #C6C6C6. Windows color (decimal): -9441317 or 14413679. OLE color: 14413679.
HSL color Cylindrical-coordinate representation of color #6FEFDB: hue angle of 170.62º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FEFDB is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 111 | 239 | 219 | - |
CMYK | 0.54 | 0 | 0.08 | 0.06 |
HSL | 170.63º | 0.8% | 0.69% | - |
HSV(B) | 170.63º | 0.54% | 0.94% | - |
XYZ | 50.21 | 70.23 | 77.93 | - |
YUV | 198.45 | 139.59 | 65.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 239 | 219 | 0.54 | 0 | 0.08 | 0.06 | 170.63 | 0.8 | 0.69 |
Hex | 6F | EF | DB | 36 | 0 | 8 | 6 | AB | 50 | 45 |
Octal | 157 | 357 | 333 | 66 | 0 | 10 | 6 | 253 | 120 | 105 |
Binary | 1101111 | 11101111 | 11011011 | 110110 | 0 | 1000 | 110 | 10101011 | 1010000 | 1000101 |
Color Harmonies of #6FEFDB
Complementary color
Monochromatic Colors of #6FEFDB
Black with #6FEFDB
Text Example
Text Example
White with #6FEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFDB; }
p { color: rgb(111,239,219); }
H1.HeaderClassName
{
color: #6FEFDB;
}
.AnyTagClassName
{
color: #6FEFDB;
}
</style>
background-color css
<style>
a { background-color: #6FEFDB; }
a { background-color: rgb(111,239,219); }
div.DivClassName
{
background-color: #6FEFDB;
}
.BgClassName
{
background-color: #6FEFDB;
}
</style>
border-color css
<style>
span { border-color: #6FEFDB; }
span { border-color: rgb(111,239,219); }
td.TdClassName
{
border-color: #6FEFDB;
}
.TagClassName
{
border-color: #6FEFDB;
}
</style>