Shades of Aquamarine #6BEAD4
Tints of Aquamarine #6BEAD4
RGB
CMYK
RGB Variations
Color information
#6BEAD4 (or 0x6BEAD4) is known color: Aquamarine. HEX triplet: 6B, EA and D4. RGB value is (107,234,212). Sum of RGB (Red+Green+Blue) = 107+234+212=553 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.35% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEAD4 is #94152B. Grayscale: #C1C1C1. Windows color (decimal): -9704748 or 13953643. OLE color: 13953643.
HSL color Cylindrical-coordinate representation of color #6BEAD4: hue angle of 169.61º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEAD4 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 234 | 212 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.08 |
| HSL | 169.61º | 0.75% | 0.67% | - |
| HSV(B) | 169.61º | 0.54% | 0.92% | - |
| XYZ | 47.37 | 66.72 | 72.67 | - |
| YUV | 193.52 | 138.42 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 234 | 212 | 0.54 | 0 | 0.09 | 0.08 | 169.61 | 0.75 | 0.67 |
| Hex | 6B | EA | D4 | 36 | 0 | 9 | 8 | AA | 4B | 43 |
| Octal | 153 | 352 | 324 | 66 | 0 | 11 | 10 | 252 | 113 | 103 |
| Binary | 1101011 | 11101010 | 11010100 | 110110 | 0 | 1001 | 1000 | 10101010 | 1001011 | 1000011 |
Color Harmonies of #6BEAD4
Complementary color
Monochromatic Colors of #6BEAD4
Black with #6BEAD4
Text Example
Text Example
White with #6BEAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEAD4; }
p { color: rgb(107,234,212); }
H1.HeaderClassName
{
color: #6BEAD4;
}
.AnyTagClassName
{
color: #6BEAD4;
}
</style>
background-color css
<style>
a { background-color: #6BEAD4; }
a { background-color: rgb(107,234,212); }
div.DivClassName
{
background-color: #6BEAD4;
}
.BgClassName
{
background-color: #6BEAD4;
}
</style>
border-color css
<style>
span { border-color: #6BEAD4; }
span { border-color: rgb(107,234,212); }
td.TdClassName
{
border-color: #6BEAD4;
}
.TagClassName
{
border-color: #6BEAD4;
}
</style>