Shades of Medium Aquamarine #69C2A1
Tints of Medium Aquamarine #69C2A1
RGB
CMYK
RGB Variations
Color information
#69C2A1 (or 0x69C2A1) is known color: Medium Aquamarine. HEX triplet: 69, C2 and A1. RGB value is (105,194,161). Sum of RGB (Red+Green+Blue) = 105+194+161=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #69C2A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C2A1 is #963D5E. Grayscale: #A3A3A3. Windows color (decimal): -9846111 or 10601065. OLE color: 10601065.
HSL color Cylindrical-coordinate representation of color #69C2A1: hue angle of 157.75º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C2A1 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 194 | 161 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.24 |
| HSL | 157.75º | 0.42% | 0.59% | - |
| HSV(B) | 157.75º | 0.46% | 0.76% | - |
| XYZ | 31.55 | 44.16 | 40.58 | - |
| YUV | 163.63 | 126.51 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 161 | 0.46 | 0 | 0.17 | 0.24 | 157.75 | 0.42 | 0.59 |
| Hex | 69 | C2 | A1 | 2E | 0 | 11 | 18 | 9E | 2A | 3B |
| Octal | 151 | 302 | 241 | 56 | 0 | 21 | 30 | 236 | 52 | 73 |
| Binary | 1101001 | 11000010 | 10100001 | 101110 | 0 | 10001 | 11000 | 10011110 | 101010 | 111011 |
Color Harmonies of #69C2A1
Complementary color
Monochromatic Colors of #69C2A1
Black with #69C2A1
Text Example
Text Example
White with #69C2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C2A1; }
p { color: rgb(105,194,161); }
H1.HeaderClassName
{
color: #69C2A1;
}
.AnyTagClassName
{
color: #69C2A1;
}
</style>
background-color css
<style>
a { background-color: #69C2A1; }
a { background-color: rgb(105,194,161); }
div.DivClassName
{
background-color: #69C2A1;
}
.BgClassName
{
background-color: #69C2A1;
}
</style>
border-color css
<style>
span { border-color: #69C2A1; }
span { border-color: rgb(105,194,161); }
td.TdClassName
{
border-color: #69C2A1;
}
.TagClassName
{
border-color: #69C2A1;
}
</style>