Shades of Aquamarine #6FEDD1
Tints of Aquamarine #6FEDD1
RGB
CMYK
RGB Variations
Color information
#6FEDD1 (or 0x6FEDD1) is known color: Aquamarine. HEX triplet: 6F, ED and D1. RGB value is (111,237,209). Sum of RGB (Red+Green+Blue) = 111+237+209=557 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.93% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDD1 is #90122E. Grayscale: #C4C4C4. Windows color (decimal): -9441839 or 13757807. OLE color: 13757807.
HSL color Cylindrical-coordinate representation of color #6FEDD1: hue angle of 166.67º degrees, saturation: 0.78, 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 #6FEDD1 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 237 | 209 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.07 |
| HSL | 166.67º | 0.78% | 0.68% | - |
| HSV(B) | 166.67º | 0.53% | 0.93% | - |
| XYZ | 48.35 | 68.55 | 71.01 | - |
| YUV | 196.13 | 135.26 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 209 | 0.53 | 0 | 0.12 | 0.07 | 166.67 | 0.78 | 0.68 |
| Hex | 6F | ED | D1 | 35 | 0 | C | 7 | A7 | 4E | 44 |
| Octal | 157 | 355 | 321 | 65 | 0 | 14 | 7 | 247 | 116 | 104 |
| Binary | 1101111 | 11101101 | 11010001 | 110101 | 0 | 1100 | 111 | 10100111 | 1001110 | 1000100 |
Color Harmonies of #6FEDD1
Complementary color
Monochromatic Colors of #6FEDD1
Black with #6FEDD1
Text Example
Text Example
White with #6FEDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDD1; }
p { color: rgb(111,237,209); }
H1.HeaderClassName
{
color: #6FEDD1;
}
.AnyTagClassName
{
color: #6FEDD1;
}
</style>
background-color css
<style>
a { background-color: #6FEDD1; }
a { background-color: rgb(111,237,209); }
div.DivClassName
{
background-color: #6FEDD1;
}
.BgClassName
{
background-color: #6FEDD1;
}
</style>
border-color css
<style>
span { border-color: #6FEDD1; }
span { border-color: rgb(111,237,209); }
td.TdClassName
{
border-color: #6FEDD1;
}
.TagClassName
{
border-color: #6FEDD1;
}
</style>