Shades of Medium Aquamarine #69C2B0
Tints of Medium Aquamarine #69C2B0
RGB
CMYK
RGB Variations
Color information
#69C2B0 (or 0x69C2B0) is known color: Medium Aquamarine. HEX triplet: 69, C2 and B0. RGB value is (105,194,176). Sum of RGB (Red+Green+Blue) = 105+194+176=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #69C2B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C2B0 is #963D4F. Grayscale: #A5A5A5. Windows color (decimal): -9846096 or 11584105. OLE color: 11584105.
HSL color Cylindrical-coordinate representation of color #69C2B0: hue angle of 167.87º 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 #69C2B0 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 194 | 176 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.24 |
| HSL | 167.87º | 0.42% | 0.59% | - |
| HSV(B) | 167.87º | 0.46% | 0.76% | - |
| XYZ | 32.95 | 44.72 | 47.97 | - |
| YUV | 165.34 | 134.01 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 176 | 0.46 | 0 | 0.09 | 0.24 | 167.87 | 0.42 | 0.59 |
| Hex | 69 | C2 | B0 | 2E | 0 | 9 | 18 | A8 | 2A | 3B |
| Octal | 151 | 302 | 260 | 56 | 0 | 11 | 30 | 250 | 52 | 73 |
| Binary | 1101001 | 11000010 | 10110000 | 101110 | 0 | 1001 | 11000 | 10101000 | 101010 | 111011 |
Color Harmonies of #69C2B0
Complementary color
Monochromatic Colors of #69C2B0
Black with #69C2B0
Text Example
Text Example
White with #69C2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C2B0; }
p { color: rgb(105,194,176); }
H1.HeaderClassName
{
color: #69C2B0;
}
.AnyTagClassName
{
color: #69C2B0;
}
</style>
background-color css
<style>
a { background-color: #69C2B0; }
a { background-color: rgb(105,194,176); }
div.DivClassName
{
background-color: #69C2B0;
}
.BgClassName
{
background-color: #69C2B0;
}
</style>
border-color css
<style>
span { border-color: #69C2B0; }
span { border-color: rgb(105,194,176); }
td.TdClassName
{
border-color: #69C2B0;
}
.TagClassName
{
border-color: #69C2B0;
}
</style>