Shades of Aquamarine #6BEFCD
Tints of Aquamarine #6BEFCD
RGB
CMYK
RGB Variations
Color information
#6BEFCD (or 0x6BEFCD) is known color: Aquamarine. HEX triplet: 6B, EF and CD. RGB value is (107,239,205). Sum of RGB (Red+Green+Blue) = 107+239+205=551 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.42% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFCD is #941032. Grayscale: #C3C3C3. Windows color (decimal): -9703475 or 13496171. OLE color: 13496171.
HSL color Cylindrical-coordinate representation of color #6BEFCD: hue angle of 164.55º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEFCD is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 239 | 205 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.06 |
| HSL | 164.55º | 0.8% | 0.68% | - |
| HSV(B) | 164.55º | 0.55% | 0.94% | - |
| XYZ | 47.95 | 69.27 | 68.6 | - |
| YUV | 195.66 | 133.27 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 205 | 0.55 | 0 | 0.14 | 0.06 | 164.55 | 0.8 | 0.68 |
| Hex | 6B | EF | CD | 37 | 0 | E | 6 | A5 | 50 | 44 |
| Octal | 153 | 357 | 315 | 67 | 0 | 16 | 6 | 245 | 120 | 104 |
| Binary | 1101011 | 11101111 | 11001101 | 110111 | 0 | 1110 | 110 | 10100101 | 1010000 | 1000100 |
Color Harmonies of #6BEFCD
Complementary color
Monochromatic Colors of #6BEFCD
Black with #6BEFCD
Text Example
Text Example
White with #6BEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFCD; }
p { color: rgb(107,239,205); }
H1.HeaderClassName
{
color: #6BEFCD;
}
.AnyTagClassName
{
color: #6BEFCD;
}
</style>
background-color css
<style>
a { background-color: #6BEFCD; }
a { background-color: rgb(107,239,205); }
div.DivClassName
{
background-color: #6BEFCD;
}
.BgClassName
{
background-color: #6BEFCD;
}
</style>
border-color css
<style>
span { border-color: #6BEFCD; }
span { border-color: rgb(107,239,205); }
td.TdClassName
{
border-color: #6BEFCD;
}
.TagClassName
{
border-color: #6BEFCD;
}
</style>