Shades of Aquamarine #6FEFBC
Tints of Aquamarine #6FEFBC
RGB
CMYK
RGB Variations
Color information
#6FEFBC (or 0x6FEFBC) is known color: Aquamarine. HEX triplet: 6F, EF and BC. RGB value is (111,239,188). Sum of RGB (Red+Green+Blue) = 111+239+188=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEFBC is #901043. Grayscale: #C2C2C2. Windows color (decimal): -9441348 or 12382063. OLE color: 12382063.
HSL color Cylindrical-coordinate representation of color #6FEFBC: hue angle of 156.09º 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 #6FEFBC is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 239 | 188 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.06 |
| HSL | 156.09º | 0.8% | 0.69% | - |
| HSV(B) | 156.09º | 0.54% | 0.94% | - |
| XYZ | 46.5 | 68.74 | 58.39 | - |
| YUV | 194.91 | 124.09 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 188 | 0.54 | 0 | 0.21 | 0.06 | 156.09 | 0.8 | 0.69 |
| Hex | 6F | EF | BC | 36 | 0 | 15 | 6 | 9C | 50 | 45 |
| Octal | 157 | 357 | 274 | 66 | 0 | 25 | 6 | 234 | 120 | 105 |
| Binary | 1101111 | 11101111 | 10111100 | 110110 | 0 | 10101 | 110 | 10011100 | 1010000 | 1000101 |
Color Harmonies of #6FEFBC
Complementary color
Monochromatic Colors of #6FEFBC
Black with #6FEFBC
Text Example
Text Example
White with #6FEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFBC; }
p { color: rgb(111,239,188); }
H1.HeaderClassName
{
color: #6FEFBC;
}
.AnyTagClassName
{
color: #6FEFBC;
}
</style>
background-color css
<style>
a { background-color: #6FEFBC; }
a { background-color: rgb(111,239,188); }
div.DivClassName
{
background-color: #6FEFBC;
}
.BgClassName
{
background-color: #6FEFBC;
}
</style>
border-color css
<style>
span { border-color: #6FEFBC; }
span { border-color: rgb(111,239,188); }
td.TdClassName
{
border-color: #6FEFBC;
}
.TagClassName
{
border-color: #6FEFBC;
}
</style>