Shades of Aquamarine #6FEFBE
Tints of Aquamarine #6FEFBE
RGB
CMYK
RGB Variations
Color information
#6FEFBE (or 0x6FEFBE) is known color: Aquamarine. HEX triplet: 6F, EF and BE. RGB value is (111,239,190). Sum of RGB (Red+Green+Blue) = 111+239+190=540 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.56% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEFBE is #901041. Grayscale: #C3C3C3. Windows color (decimal): -9441346 or 12513135. OLE color: 12513135.
HSL color Cylindrical-coordinate representation of color #6FEFBE: hue angle of 157.03º 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 #6FEFBE is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 239 | 190 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.06 |
| HSL | 157.03º | 0.8% | 0.69% | - |
| HSV(B) | 157.03º | 0.54% | 0.94% | - |
| XYZ | 46.72 | 68.83 | 59.54 | - |
| YUV | 195.14 | 125.09 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 190 | 0.54 | 0 | 0.21 | 0.06 | 157.03 | 0.8 | 0.69 |
| Hex | 6F | EF | BE | 36 | 0 | 15 | 6 | 9D | 50 | 45 |
| Octal | 157 | 357 | 276 | 66 | 0 | 25 | 6 | 235 | 120 | 105 |
| Binary | 1101111 | 11101111 | 10111110 | 110110 | 0 | 10101 | 110 | 10011101 | 1010000 | 1000101 |
Color Harmonies of #6FEFBE
Complementary color
Monochromatic Colors of #6FEFBE
Black with #6FEFBE
Text Example
Text Example
White with #6FEFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFBE; }
p { color: rgb(111,239,190); }
H1.HeaderClassName
{
color: #6FEFBE;
}
.AnyTagClassName
{
color: #6FEFBE;
}
</style>
background-color css
<style>
a { background-color: #6FEFBE; }
a { background-color: rgb(111,239,190); }
div.DivClassName
{
background-color: #6FEFBE;
}
.BgClassName
{
background-color: #6FEFBE;
}
</style>
border-color css
<style>
span { border-color: #6FEFBE; }
span { border-color: rgb(111,239,190); }
td.TdClassName
{
border-color: #6FEFBE;
}
.TagClassName
{
border-color: #6FEFBE;
}
</style>