Shades of Aquamarine #6BEDD9
Tints of Aquamarine #6BEDD9
RGB
CMYK
RGB Variations
Color information
#6BEDD9 (or 0x6BEDD9) is known color: Aquamarine. HEX triplet: 6B, ED and D9. RGB value is (107,237,217). Sum of RGB (Red+Green+Blue) = 107+237+217=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEDD9 is #941226. Grayscale: #C3C3C3. Windows color (decimal): -9703975 or 14282091. OLE color: 14282091.
HSL color Cylindrical-coordinate representation of color #6BEDD9: hue angle of 170.77º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEDD9 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 217 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.07 |
| HSL | 170.77º | 0.78% | 0.67% | - |
| HSV(B) | 170.77º | 0.55% | 0.93% | - |
| XYZ | 48.87 | 68.7 | 76.33 | - |
| YUV | 195.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 217 | 0.55 | 0 | 0.08 | 0.07 | 170.77 | 0.78 | 0.67 |
| Hex | 6B | ED | D9 | 37 | 0 | 8 | 7 | AB | 4E | 43 |
| Octal | 153 | 355 | 331 | 67 | 0 | 10 | 7 | 253 | 116 | 103 |
| Binary | 1101011 | 11101101 | 11011001 | 110111 | 0 | 1000 | 111 | 10101011 | 1001110 | 1000011 |
Color Harmonies of #6BEDD9
Complementary color
Monochromatic Colors of #6BEDD9
Black with #6BEDD9
Text Example
Text Example
White with #6BEDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEDD9; }
p { color: rgb(107,237,217); }
H1.HeaderClassName
{
color: #6BEDD9;
}
.AnyTagClassName
{
color: #6BEDD9;
}
</style>
background-color css
<style>
a { background-color: #6BEDD9; }
a { background-color: rgb(107,237,217); }
div.DivClassName
{
background-color: #6BEDD9;
}
.BgClassName
{
background-color: #6BEDD9;
}
</style>
border-color css
<style>
span { border-color: #6BEDD9; }
span { border-color: rgb(107,237,217); }
td.TdClassName
{
border-color: #6BEDD9;
}
.TagClassName
{
border-color: #6BEDD9;
}
</style>