Shades of Medium Aquamarine #69DEAC
Tints of Medium Aquamarine #69DEAC
RGB
CMYK
RGB Variations
Color information
#69DEAC (or 0x69DEAC) is known color: Medium Aquamarine. HEX triplet: 69, DE and AC. RGB value is (105,222,172). Sum of RGB (Red+Green+Blue) = 105+222+172=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #69DEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DEAC is #962153. Grayscale: #B5B5B5. Windows color (decimal): -9838932 or 11329129. OLE color: 11329129.
HSL color Cylindrical-coordinate representation of color #69DEAC: hue angle of 154.36º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DEAC is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 222 | 172 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.13 |
| HSL | 154.36º | 0.64% | 0.64% | - |
| HSV(B) | 154.36º | 0.53% | 0.87% | - |
| XYZ | 39.39 | 58.22 | 48.19 | - |
| YUV | 181.32 | 122.74 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 222 | 172 | 0.53 | 0 | 0.23 | 0.13 | 154.36 | 0.64 | 0.64 |
| Hex | 69 | DE | AC | 35 | 0 | 17 | D | 9A | 40 | 40 |
| Octal | 151 | 336 | 254 | 65 | 0 | 27 | 15 | 232 | 100 | 100 |
| Binary | 1101001 | 11011110 | 10101100 | 110101 | 0 | 10111 | 1101 | 10011010 | 1000000 | 1000000 |
Color Harmonies of #69DEAC
Complementary color
Monochromatic Colors of #69DEAC
Black with #69DEAC
Text Example
Text Example
White with #69DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DEAC; }
p { color: rgb(105,222,172); }
H1.HeaderClassName
{
color: #69DEAC;
}
.AnyTagClassName
{
color: #69DEAC;
}
</style>
background-color css
<style>
a { background-color: #69DEAC; }
a { background-color: rgb(105,222,172); }
div.DivClassName
{
background-color: #69DEAC;
}
.BgClassName
{
background-color: #69DEAC;
}
</style>
border-color css
<style>
span { border-color: #69DEAC; }
span { border-color: rgb(105,222,172); }
td.TdClassName
{
border-color: #69DEAC;
}
.TagClassName
{
border-color: #69DEAC;
}
</style>