Shades of Medium Aquamarine #6ACAAE
Tints of Medium Aquamarine #6ACAAE
RGB
CMYK
RGB Variations
Color information
#6ACAAE (or 0x6ACAAE) is known color: Medium Aquamarine. HEX triplet: 6A, CA and AE. RGB value is (106,202,174). Sum of RGB (Red+Green+Blue) = 106+202+174=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACAAE is #953551. Grayscale: #AAAAAA. Windows color (decimal): -9778514 or 11455082. OLE color: 11455082.
HSL color Cylindrical-coordinate representation of color #6ACAAE: hue angle of 162.5º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACAAE is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 106 | 202 | 174 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.21 |
| HSL | 162.5º | 0.48% | 0.6% | - |
| HSV(B) | 162.5º | 0.48% | 0.79% | - |
| XYZ | 34.7 | 48.36 | 47.55 | - |
| YUV | 170.1 | 130.2 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 202 | 174 | 0.48 | 0 | 0.14 | 0.21 | 162.5 | 0.48 | 0.6 |
| Hex | 6A | CA | AE | 30 | 0 | E | 15 | A2 | 30 | 3C |
| Octal | 152 | 312 | 256 | 60 | 0 | 16 | 25 | 242 | 60 | 74 |
| Binary | 1101010 | 11001010 | 10101110 | 110000 | 0 | 1110 | 10101 | 10100010 | 110000 | 111100 |
Color Harmonies of #6ACAAE
Complementary color
Monochromatic Colors of #6ACAAE
Black with #6ACAAE
Text Example
Text Example
White with #6ACAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACAAE; }
p { color: rgb(106,202,174); }
H1.HeaderClassName
{
color: #6ACAAE;
}
.AnyTagClassName
{
color: #6ACAAE;
}
</style>
background-color css
<style>
a { background-color: #6ACAAE; }
a { background-color: rgb(106,202,174); }
div.DivClassName
{
background-color: #6ACAAE;
}
.BgClassName
{
background-color: #6ACAAE;
}
</style>
border-color css
<style>
span { border-color: #6ACAAE; }
span { border-color: rgb(106,202,174); }
td.TdClassName
{
border-color: #6ACAAE;
}
.TagClassName
{
border-color: #6ACAAE;
}
</style>