Shades of Aquamarine #6FEDD0
Tints of Aquamarine #6FEDD0
RGB
CMYK
RGB Variations
Color information
#6FEDD0 (or 0x6FEDD0) is known color: Aquamarine. HEX triplet: 6F, ED and D0. RGB value is (111,237,208). Sum of RGB (Red+Green+Blue) = 111+237+208=556 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.96% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDD0 is #90122F. Grayscale: #C4C4C4. Windows color (decimal): -9441840 or 13692271. OLE color: 13692271.
HSL color Cylindrical-coordinate representation of color #6FEDD0: hue angle of 166.19º 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 #6FEDD0 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 111 | 237 | 208 | - |
CMYK | 0.53 | 0 | 0.12 | 0.07 |
HSL | 166.19º | 0.78% | 0.68% | - |
HSV(B) | 166.19º | 0.53% | 0.93% | - |
XYZ | 48.22 | 68.5 | 70.36 | - |
YUV | 196.02 | 134.76 | 67.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 237 | 208 | 0.53 | 0 | 0.12 | 0.07 | 166.19 | 0.78 | 0.68 |
Hex | 6F | ED | D0 | 35 | 0 | C | 7 | A6 | 4E | 44 |
Octal | 157 | 355 | 320 | 65 | 0 | 14 | 7 | 246 | 116 | 104 |
Binary | 1101111 | 11101101 | 11010000 | 110101 | 0 | 1100 | 111 | 10100110 | 1001110 | 1000100 |
Color Harmonies of #6FEDD0
Complementary color
Monochromatic Colors of #6FEDD0
Black with #6FEDD0
Text Example
Text Example
White with #6FEDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDD0; }
p { color: rgb(111,237,208); }
H1.HeaderClassName
{
color: #6FEDD0;
}
.AnyTagClassName
{
color: #6FEDD0;
}
</style>
background-color css
<style>
a { background-color: #6FEDD0; }
a { background-color: rgb(111,237,208); }
div.DivClassName
{
background-color: #6FEDD0;
}
.BgClassName
{
background-color: #6FEDD0;
}
</style>
border-color css
<style>
span { border-color: #6FEDD0; }
span { border-color: rgb(111,237,208); }
td.TdClassName
{
border-color: #6FEDD0;
}
.TagClassName
{
border-color: #6FEDD0;
}
</style>