Shades of Aquamarine #6BEDCD
Tints of Aquamarine #6BEDCD
RGB
CMYK
RGB Variations
Color information
#6BEDCD (or 0x6BEDCD) is known color: Aquamarine. HEX triplet: 6B, ED and CD. RGB value is (107,237,205). Sum of RGB (Red+Green+Blue) = 107+237+205=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEDCD is #941232. Grayscale: #C2C2C2. Windows color (decimal): -9703987 or 13495659. OLE color: 13495659.
HSL color Cylindrical-coordinate representation of color #6BEDCD: hue angle of 165.23º 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 #6BEDCD is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 205 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.07 |
| HSL | 165.23º | 0.78% | 0.67% | - |
| HSV(B) | 165.23º | 0.55% | 0.93% | - |
| XYZ | 47.37 | 68.1 | 68.41 | - |
| YUV | 194.48 | 133.93 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 205 | 0.55 | 0 | 0.14 | 0.07 | 165.23 | 0.78 | 0.67 |
| Hex | 6B | ED | CD | 37 | 0 | E | 7 | A5 | 4E | 43 |
| Octal | 153 | 355 | 315 | 67 | 0 | 16 | 7 | 245 | 116 | 103 |
| Binary | 1101011 | 11101101 | 11001101 | 110111 | 0 | 1110 | 111 | 10100101 | 1001110 | 1000011 |
Color Harmonies of #6BEDCD
Complementary color
Monochromatic Colors of #6BEDCD
Black with #6BEDCD
Text Example
Text Example
White with #6BEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEDCD; }
p { color: rgb(107,237,205); }
H1.HeaderClassName
{
color: #6BEDCD;
}
.AnyTagClassName
{
color: #6BEDCD;
}
</style>
background-color css
<style>
a { background-color: #6BEDCD; }
a { background-color: rgb(107,237,205); }
div.DivClassName
{
background-color: #6BEDCD;
}
.BgClassName
{
background-color: #6BEDCD;
}
</style>
border-color css
<style>
span { border-color: #6BEDCD; }
span { border-color: rgb(107,237,205); }
td.TdClassName
{
border-color: #6BEDCD;
}
.TagClassName
{
border-color: #6BEDCD;
}
</style>