Shades of Medium Aquamarine #69DFAC
Tints of Medium Aquamarine #69DFAC
RGB
CMYK
RGB Variations
Color information
#69DFAC (or 0x69DFAC) is known color: Medium Aquamarine. HEX triplet: 69, DF and AC. RGB value is (105,223,172). Sum of RGB (Red+Green+Blue) = 105+223+172=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #69DFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DFAC is #962053. Grayscale: #B5B5B5. Windows color (decimal): -9838676 or 11329385. OLE color: 11329385.
HSL color Cylindrical-coordinate representation of color #69DFAC: hue angle of 154.07º degrees, saturation: 0.65, 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 #69DFAC is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 223 | 172 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.13 |
| HSL | 154.07º | 0.65% | 0.64% | - |
| HSV(B) | 154.07º | 0.53% | 0.87% | - |
| XYZ | 39.66 | 58.76 | 48.28 | - |
| YUV | 181.9 | 122.41 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 223 | 172 | 0.53 | 0 | 0.23 | 0.13 | 154.07 | 0.65 | 0.64 |
| Hex | 69 | DF | AC | 35 | 0 | 17 | D | 9A | 41 | 40 |
| Octal | 151 | 337 | 254 | 65 | 0 | 27 | 15 | 232 | 101 | 100 |
| Binary | 1101001 | 11011111 | 10101100 | 110101 | 0 | 10111 | 1101 | 10011010 | 1000001 | 1000000 |
Color Harmonies of #69DFAC
Complementary color
Monochromatic Colors of #69DFAC
Black with #69DFAC
Text Example
Text Example
White with #69DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DFAC; }
p { color: rgb(105,223,172); }
H1.HeaderClassName
{
color: #69DFAC;
}
.AnyTagClassName
{
color: #69DFAC;
}
</style>
background-color css
<style>
a { background-color: #69DFAC; }
a { background-color: rgb(105,223,172); }
div.DivClassName
{
background-color: #69DFAC;
}
.BgClassName
{
background-color: #69DFAC;
}
</style>
border-color css
<style>
span { border-color: #69DFAC; }
span { border-color: rgb(105,223,172); }
td.TdClassName
{
border-color: #69DFAC;
}
.TagClassName
{
border-color: #69DFAC;
}
</style>