Shades of Aquamarine #6FEEDB
Tints of Aquamarine #6FEEDB
RGB
CMYK
RGB Variations
Color information
#6FEEDB (or 0x6FEEDB) is known color: Aquamarine. HEX triplet: 6F, EE and DB. RGB value is (111,238,219). Sum of RGB (Red+Green+Blue) = 111+238+219=568 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.54% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEEDB is #901124. Grayscale: #C5C5C5. Windows color (decimal): -9441573 or 14413423. OLE color: 14413423.
HSL color Cylindrical-coordinate representation of color #6FEEDB: hue angle of 171.02º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEEDB is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 238 | 219 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.07 |
| HSL | 171.02º | 0.79% | 0.68% | - |
| HSV(B) | 171.02º | 0.53% | 0.93% | - |
| XYZ | 49.92 | 69.64 | 77.83 | - |
| YUV | 197.86 | 139.92 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 219 | 0.53 | 0 | 0.08 | 0.07 | 171.02 | 0.79 | 0.68 |
| Hex | 6F | EE | DB | 35 | 0 | 8 | 7 | AB | 4F | 44 |
| Octal | 157 | 356 | 333 | 65 | 0 | 10 | 7 | 253 | 117 | 104 |
| Binary | 1101111 | 11101110 | 11011011 | 110101 | 0 | 1000 | 111 | 10101011 | 1001111 | 1000100 |
Color Harmonies of #6FEEDB
Complementary color
Monochromatic Colors of #6FEEDB
Black with #6FEEDB
Text Example
Text Example
White with #6FEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEEDB; }
p { color: rgb(111,238,219); }
H1.HeaderClassName
{
color: #6FEEDB;
}
.AnyTagClassName
{
color: #6FEEDB;
}
</style>
background-color css
<style>
a { background-color: #6FEEDB; }
a { background-color: rgb(111,238,219); }
div.DivClassName
{
background-color: #6FEEDB;
}
.BgClassName
{
background-color: #6FEEDB;
}
</style>
border-color css
<style>
span { border-color: #6FEEDB; }
span { border-color: rgb(111,238,219); }
td.TdClassName
{
border-color: #6FEEDB;
}
.TagClassName
{
border-color: #6FEEDB;
}
</style>