Shades of Medium Aquamarine #69C8AC
Tints of Medium Aquamarine #69C8AC
RGB
CMYK
RGB Variations
Color information
#69C8AC (or 0x69C8AC) is known color: Medium Aquamarine. HEX triplet: 69, C8 and AC. RGB value is (105,200,172). Sum of RGB (Red+Green+Blue) = 105+200+172=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #69C8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C8AC is #963753. Grayscale: #A8A8A8. Windows color (decimal): -9844564 or 11323497. OLE color: 11323497.
HSL color Cylindrical-coordinate representation of color #69C8AC: hue angle of 162.32º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69C8AC is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 200 | 172 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.22 |
| HSL | 162.32º | 0.46% | 0.6% | - |
| HSV(B) | 162.32º | 0.48% | 0.78% | - |
| XYZ | 33.93 | 47.29 | 46.37 | - |
| YUV | 168.4 | 130.03 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 200 | 172 | 0.48 | 0 | 0.14 | 0.22 | 162.32 | 0.46 | 0.6 |
| Hex | 69 | C8 | AC | 30 | 0 | E | 16 | A2 | 2E | 3C |
| Octal | 151 | 310 | 254 | 60 | 0 | 16 | 26 | 242 | 56 | 74 |
| Binary | 1101001 | 11001000 | 10101100 | 110000 | 0 | 1110 | 10110 | 10100010 | 101110 | 111100 |
Color Harmonies of #69C8AC
Complementary color
Monochromatic Colors of #69C8AC
Black with #69C8AC
Text Example
Text Example
White with #69C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C8AC; }
p { color: rgb(105,200,172); }
H1.HeaderClassName
{
color: #69C8AC;
}
.AnyTagClassName
{
color: #69C8AC;
}
</style>
background-color css
<style>
a { background-color: #69C8AC; }
a { background-color: rgb(105,200,172); }
div.DivClassName
{
background-color: #69C8AC;
}
.BgClassName
{
background-color: #69C8AC;
}
</style>
border-color css
<style>
span { border-color: #69C8AC; }
span { border-color: rgb(105,200,172); }
td.TdClassName
{
border-color: #69C8AC;
}
.TagClassName
{
border-color: #69C8AC;
}
</style>