Shades of Aquamarine #6FEED3
Tints of Aquamarine #6FEED3
RGB
CMYK
RGB Variations
Color information
#6FEED3 (or 0x6FEED3) is known color: Aquamarine. HEX triplet: 6F, EE and D3. RGB value is (111,238,211). Sum of RGB (Red+Green+Blue) = 111+238+211=560 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.82% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEED3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEED3 is #90112C. Grayscale: #C4C4C4. Windows color (decimal): -9441581 or 13889135. OLE color: 13889135.
HSL color Cylindrical-coordinate representation of color #6FEED3: hue angle of 167.24º 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 #6FEED3 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 238 | 211 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.07 |
| HSL | 167.24º | 0.79% | 0.68% | - |
| HSV(B) | 167.24º | 0.53% | 0.93% | - |
| XYZ | 48.89 | 69.23 | 72.41 | - |
| YUV | 196.95 | 135.92 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 211 | 0.53 | 0 | 0.11 | 0.07 | 167.24 | 0.79 | 0.68 |
| Hex | 6F | EE | D3 | 35 | 0 | B | 7 | A7 | 4F | 44 |
| Octal | 157 | 356 | 323 | 65 | 0 | 13 | 7 | 247 | 117 | 104 |
| Binary | 1101111 | 11101110 | 11010011 | 110101 | 0 | 1011 | 111 | 10100111 | 1001111 | 1000100 |
Color Harmonies of #6FEED3
Complementary color
Monochromatic Colors of #6FEED3
Black with #6FEED3
Text Example
Text Example
White with #6FEED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEED3; }
p { color: rgb(111,238,211); }
H1.HeaderClassName
{
color: #6FEED3;
}
.AnyTagClassName
{
color: #6FEED3;
}
</style>
background-color css
<style>
a { background-color: #6FEED3; }
a { background-color: rgb(111,238,211); }
div.DivClassName
{
background-color: #6FEED3;
}
.BgClassName
{
background-color: #6FEED3;
}
</style>
border-color css
<style>
span { border-color: #6FEED3; }
span { border-color: rgb(111,238,211); }
td.TdClassName
{
border-color: #6FEED3;
}
.TagClassName
{
border-color: #6FEED3;
}
</style>