Shades of Medium Aquamarine #69C8A8
Tints of Medium Aquamarine #69C8A8
RGB
CMYK
RGB Variations
Color information
#69C8A8 (or 0x69C8A8) is known color: Medium Aquamarine. HEX triplet: 69, C8 and A8. RGB value is (105,200,168). Sum of RGB (Red+Green+Blue) = 105+200+168=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #69C8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C8A8 is #963757. Grayscale: #A7A7A7. Windows color (decimal): -9844568 or 11061353. OLE color: 11061353.
HSL color Cylindrical-coordinate representation of color #69C8A8: hue angle of 159.79º 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 #69C8A8 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 200 | 168 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.22 |
| HSL | 159.79º | 0.46% | 0.6% | - |
| HSV(B) | 159.79º | 0.48% | 0.78% | - |
| XYZ | 33.55 | 47.14 | 44.38 | - |
| YUV | 167.95 | 128.03 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 200 | 168 | 0.48 | 0 | 0.16 | 0.22 | 159.79 | 0.46 | 0.6 |
| Hex | 69 | C8 | A8 | 30 | 0 | 10 | 16 | A0 | 2E | 3C |
| Octal | 151 | 310 | 250 | 60 | 0 | 20 | 26 | 240 | 56 | 74 |
| Binary | 1101001 | 11001000 | 10101000 | 110000 | 0 | 10000 | 10110 | 10100000 | 101110 | 111100 |
Color Harmonies of #69C8A8
Complementary color
Monochromatic Colors of #69C8A8
Black with #69C8A8
Text Example
Text Example
White with #69C8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C8A8; }
p { color: rgb(105,200,168); }
H1.HeaderClassName
{
color: #69C8A8;
}
.AnyTagClassName
{
color: #69C8A8;
}
</style>
background-color css
<style>
a { background-color: #69C8A8; }
a { background-color: rgb(105,200,168); }
div.DivClassName
{
background-color: #69C8A8;
}
.BgClassName
{
background-color: #69C8A8;
}
</style>
border-color css
<style>
span { border-color: #69C8A8; }
span { border-color: rgb(105,200,168); }
td.TdClassName
{
border-color: #69C8A8;
}
.TagClassName
{
border-color: #69C8A8;
}
</style>