Shades of Medium Aquamarine #69DCAC
Tints of Medium Aquamarine #69DCAC
RGB
CMYK
RGB Variations
Color information
#69DCAC (or 0x69DCAC) is known color: Medium Aquamarine. HEX triplet: 69, DC and AC. RGB value is (105,220,172). Sum of RGB (Red+Green+Blue) = 105+220+172=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #69DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DCAC is #962353. Grayscale: #B4B4B4. Windows color (decimal): -9839444 or 11328617. OLE color: 11328617.
HSL color Cylindrical-coordinate representation of color #69DCAC: hue angle of 154.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DCAC is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 172 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.14 |
| HSL | 154.96º | 0.62% | 0.64% | - |
| HSV(B) | 154.96º | 0.52% | 0.86% | - |
| XYZ | 38.87 | 57.17 | 48.02 | - |
| YUV | 180.14 | 123.4 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 172 | 0.52 | 0 | 0.22 | 0.14 | 154.96 | 0.62 | 0.64 |
| Hex | 69 | DC | AC | 34 | 0 | 16 | E | 9B | 3E | 40 |
| Octal | 151 | 334 | 254 | 64 | 0 | 26 | 16 | 233 | 76 | 100 |
| Binary | 1101001 | 11011100 | 10101100 | 110100 | 0 | 10110 | 1110 | 10011011 | 111110 | 1000000 |
Color Harmonies of #69DCAC
Complementary color
Monochromatic Colors of #69DCAC
Black with #69DCAC
Text Example
Text Example
White with #69DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DCAC; }
p { color: rgb(105,220,172); }
H1.HeaderClassName
{
color: #69DCAC;
}
.AnyTagClassName
{
color: #69DCAC;
}
</style>
background-color css
<style>
a { background-color: #69DCAC; }
a { background-color: rgb(105,220,172); }
div.DivClassName
{
background-color: #69DCAC;
}
.BgClassName
{
background-color: #69DCAC;
}
</style>
border-color css
<style>
span { border-color: #69DCAC; }
span { border-color: rgb(105,220,172); }
td.TdClassName
{
border-color: #69DCAC;
}
.TagClassName
{
border-color: #69DCAC;
}
</style>