Shades of Medium Aquamarine #69F0A4
Tints of Medium Aquamarine #69F0A4
RGB
CMYK
RGB Variations
Color information
#69F0A4 (or 0x69F0A4) is known color: Medium Aquamarine. HEX triplet: 69, F0 and A4. RGB value is (105,240,164). Sum of RGB (Red+Green+Blue) = 105+240+164=509 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.63% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #69F0A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F0A4 is #960F5B. Grayscale: #BFBFBF. Windows color (decimal): -9834332 or 10809449. OLE color: 10809449.
HSL color Cylindrical-coordinate representation of color #69F0A4: hue angle of 146.22º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69F0A4 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 240 | 164 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.06 |
| HSL | 146.22º | 0.82% | 0.68% | - |
| HSV(B) | 146.22º | 0.56% | 0.94% | - |
| XYZ | 43.69 | 68 | 45.95 | - |
| YUV | 190.97 | 112.77 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 240 | 164 | 0.56 | 0 | 0.32 | 0.06 | 146.22 | 0.82 | 0.68 |
| Hex | 69 | F0 | A4 | 38 | 0 | 20 | 6 | 92 | 52 | 44 |
| Octal | 151 | 360 | 244 | 70 | 0 | 40 | 6 | 222 | 122 | 104 |
| Binary | 1101001 | 11110000 | 10100100 | 111000 | 0 | 100000 | 110 | 10010010 | 1010010 | 1000100 |
Color Harmonies of #69F0A4
Complementary color
Monochromatic Colors of #69F0A4
Black with #69F0A4
Text Example
Text Example
White with #69F0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F0A4; }
p { color: rgb(105,240,164); }
H1.HeaderClassName
{
color: #69F0A4;
}
.AnyTagClassName
{
color: #69F0A4;
}
</style>
background-color css
<style>
a { background-color: #69F0A4; }
a { background-color: rgb(105,240,164); }
div.DivClassName
{
background-color: #69F0A4;
}
.BgClassName
{
background-color: #69F0A4;
}
</style>
border-color css
<style>
span { border-color: #69F0A4; }
span { border-color: rgb(105,240,164); }
td.TdClassName
{
border-color: #69F0A4;
}
.TagClassName
{
border-color: #69F0A4;
}
</style>