Shades of Medium Aquamarine #69C3A4
Tints of Medium Aquamarine #69C3A4
RGB
CMYK
RGB Variations
Color information
#69C3A4 (or 0x69C3A4) is known color: Medium Aquamarine. HEX triplet: 69, C3 and A4. RGB value is (105,195,164). Sum of RGB (Red+Green+Blue) = 105+195+164=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #69C3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C3A4 is #963C5B. Grayscale: #A4A4A4. Windows color (decimal): -9845852 or 10797929. OLE color: 10797929.
HSL color Cylindrical-coordinate representation of color #69C3A4: hue angle of 159.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C3A4 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 195 | 164 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.24 |
| HSL | 159.33º | 0.43% | 0.59% | - |
| HSV(B) | 159.33º | 0.46% | 0.76% | - |
| XYZ | 32.04 | 44.71 | 42.06 | - |
| YUV | 164.56 | 127.68 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 164 | 0.46 | 0 | 0.16 | 0.24 | 159.33 | 0.43 | 0.59 |
| Hex | 69 | C3 | A4 | 2E | 0 | 10 | 18 | 9F | 2B | 3B |
| Octal | 151 | 303 | 244 | 56 | 0 | 20 | 30 | 237 | 53 | 73 |
| Binary | 1101001 | 11000011 | 10100100 | 101110 | 0 | 10000 | 11000 | 10011111 | 101011 | 111011 |
Color Harmonies of #69C3A4
Complementary color
Monochromatic Colors of #69C3A4
Black with #69C3A4
Text Example
Text Example
White with #69C3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C3A4; }
p { color: rgb(105,195,164); }
H1.HeaderClassName
{
color: #69C3A4;
}
.AnyTagClassName
{
color: #69C3A4;
}
</style>
background-color css
<style>
a { background-color: #69C3A4; }
a { background-color: rgb(105,195,164); }
div.DivClassName
{
background-color: #69C3A4;
}
.BgClassName
{
background-color: #69C3A4;
}
</style>
border-color css
<style>
span { border-color: #69C3A4; }
span { border-color: rgb(105,195,164); }
td.TdClassName
{
border-color: #69C3A4;
}
.TagClassName
{
border-color: #69C3A4;
}
</style>