Shades of Medium Aquamarine #69C3A2
Tints of Medium Aquamarine #69C3A2
RGB
CMYK
RGB Variations
Color information
#69C3A2 (or 0x69C3A2) is known color: Medium Aquamarine. HEX triplet: 69, C3 and A2. RGB value is (105,195,162). Sum of RGB (Red+Green+Blue) = 105+195+162=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #69C3A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C3A2 is #963C5D. Grayscale: #A4A4A4. Windows color (decimal): -9845854 or 10666857. OLE color: 10666857.
HSL color Cylindrical-coordinate representation of color #69C3A2: hue angle of 158º degrees, saturation: 0.43, 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 #69C3A2 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 195 | 162 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.24 |
| HSL | 158º | 0.43% | 0.59% | - |
| HSV(B) | 158º | 0.46% | 0.76% | - |
| XYZ | 31.86 | 44.64 | 41.12 | - |
| YUV | 164.33 | 126.68 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 162 | 0.46 | 0 | 0.17 | 0.24 | 158 | 0.43 | 0.59 |
| Hex | 69 | C3 | A2 | 2E | 0 | 11 | 18 | 9E | 2B | 3B |
| Octal | 151 | 303 | 242 | 56 | 0 | 21 | 30 | 236 | 53 | 73 |
| Binary | 1101001 | 11000011 | 10100010 | 101110 | 0 | 10001 | 11000 | 10011110 | 101011 | 111011 |
Color Harmonies of #69C3A2
Complementary color
Monochromatic Colors of #69C3A2
Black with #69C3A2
Text Example
Text Example
White with #69C3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C3A2; }
p { color: rgb(105,195,162); }
H1.HeaderClassName
{
color: #69C3A2;
}
.AnyTagClassName
{
color: #69C3A2;
}
</style>
background-color css
<style>
a { background-color: #69C3A2; }
a { background-color: rgb(105,195,162); }
div.DivClassName
{
background-color: #69C3A2;
}
.BgClassName
{
background-color: #69C3A2;
}
</style>
border-color css
<style>
span { border-color: #69C3A2; }
span { border-color: rgb(105,195,162); }
td.TdClassName
{
border-color: #69C3A2;
}
.TagClassName
{
border-color: #69C3A2;
}
</style>