Shades of Aquamarine #6AEECB
Tints of Aquamarine #6AEECB
RGB
CMYK
RGB Variations
Color information
#6AEECB (or 0x6AEECB) is known color: Aquamarine. HEX triplet: 6A, EE and CB. RGB value is (106,238,203). Sum of RGB (Red+Green+Blue) = 106+238+203=547 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.38% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEECB is #951134. Grayscale: #C2C2C2. Windows color (decimal): -9769269 or 13364842. OLE color: 13364842.
HSL color Cylindrical-coordinate representation of color #6AEECB: hue angle of 164.09º degrees, saturation: 0.8, 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 #6AEECB is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 238 | 203 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.07 |
| HSL | 164.09º | 0.8% | 0.67% | - |
| HSV(B) | 164.09º | 0.55% | 0.93% | - |
| XYZ | 47.3 | 68.53 | 67.23 | - |
| YUV | 194.54 | 132.77 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 238 | 203 | 0.55 | 0 | 0.15 | 0.07 | 164.09 | 0.8 | 0.67 |
| Hex | 6A | EE | CB | 37 | 0 | F | 7 | A4 | 50 | 43 |
| Octal | 152 | 356 | 313 | 67 | 0 | 17 | 7 | 244 | 120 | 103 |
| Binary | 1101010 | 11101110 | 11001011 | 110111 | 0 | 1111 | 111 | 10100100 | 1010000 | 1000011 |
Color Harmonies of #6AEECB
Complementary color
Monochromatic Colors of #6AEECB
Black with #6AEECB
Text Example
Text Example
White with #6AEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEECB; }
p { color: rgb(106,238,203); }
H1.HeaderClassName
{
color: #6AEECB;
}
.AnyTagClassName
{
color: #6AEECB;
}
</style>
background-color css
<style>
a { background-color: #6AEECB; }
a { background-color: rgb(106,238,203); }
div.DivClassName
{
background-color: #6AEECB;
}
.BgClassName
{
background-color: #6AEECB;
}
</style>
border-color css
<style>
span { border-color: #6AEECB; }
span { border-color: rgb(106,238,203); }
td.TdClassName
{
border-color: #6AEECB;
}
.TagClassName
{
border-color: #6AEECB;
}
</style>