Shades of Medium Aquamarine #69D0A8
Tints of Medium Aquamarine #69D0A8
RGB
CMYK
RGB Variations
Color information
#69D0A8 (or 0x69D0A8) is known color: Medium Aquamarine. HEX triplet: 69, D0 and A8. RGB value is (105,208,168). Sum of RGB (Red+Green+Blue) = 105+208+168=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #69D0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D0A8 is #962F57. Grayscale: #ACACAC. Windows color (decimal): -9842520 or 11063401. OLE color: 11063401.
HSL color Cylindrical-coordinate representation of color #69D0A8: hue angle of 156.7º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D0A8 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 208 | 168 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.18 |
| HSL | 156.7º | 0.52% | 0.61% | - |
| HSV(B) | 156.7º | 0.5% | 0.82% | - |
| XYZ | 35.45 | 50.94 | 45.01 | - |
| YUV | 172.64 | 125.38 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 208 | 168 | 0.50 | 0 | 0.19 | 0.18 | 156.7 | 0.52 | 0.61 |
| Hex | 69 | D0 | A8 | 32 | 0 | 13 | 12 | 9D | 34 | 3D |
| Octal | 151 | 320 | 250 | 62 | 0 | 23 | 22 | 235 | 64 | 75 |
| Binary | 1101001 | 11010000 | 10101000 | 110010 | 0 | 10011 | 10010 | 10011101 | 110100 | 111101 |
Color Harmonies of #69D0A8
Complementary color
Monochromatic Colors of #69D0A8
Black with #69D0A8
Text Example
Text Example
White with #69D0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D0A8; }
p { color: rgb(105,208,168); }
H1.HeaderClassName
{
color: #69D0A8;
}
.AnyTagClassName
{
color: #69D0A8;
}
</style>
background-color css
<style>
a { background-color: #69D0A8; }
a { background-color: rgb(105,208,168); }
div.DivClassName
{
background-color: #69D0A8;
}
.BgClassName
{
background-color: #69D0A8;
}
</style>
border-color css
<style>
span { border-color: #69D0A8; }
span { border-color: rgb(105,208,168); }
td.TdClassName
{
border-color: #69D0A8;
}
.TagClassName
{
border-color: #69D0A8;
}
</style>