Shades of Medium Aquamarine #69C3AD
Tints of Medium Aquamarine #69C3AD
RGB
CMYK
RGB Variations
Color information
#69C3AD (or 0x69C3AD) is known color: Medium Aquamarine. HEX triplet: 69, C3 and AD. RGB value is (105,195,173). Sum of RGB (Red+Green+Blue) = 105+195+173=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #69C3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C3AD is #963C52. Grayscale: #A5A5A5. Windows color (decimal): -9845843 or 11387753. OLE color: 11387753.
HSL color Cylindrical-coordinate representation of color #69C3AD: hue angle of 165.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 #69C3AD is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 195 | 173 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.24 |
| HSL | 165.33º | 0.43% | 0.59% | - |
| HSV(B) | 165.33º | 0.46% | 0.76% | - |
| XYZ | 32.88 | 45.05 | 46.5 | - |
| YUV | 165.58 | 132.18 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 173 | 0.46 | 0 | 0.11 | 0.24 | 165.33 | 0.43 | 0.59 |
| Hex | 69 | C3 | AD | 2E | 0 | B | 18 | A5 | 2B | 3B |
| Octal | 151 | 303 | 255 | 56 | 0 | 13 | 30 | 245 | 53 | 73 |
| Binary | 1101001 | 11000011 | 10101101 | 101110 | 0 | 1011 | 11000 | 10100101 | 101011 | 111011 |
Color Harmonies of #69C3AD
Complementary color
Monochromatic Colors of #69C3AD
Black with #69C3AD
Text Example
Text Example
White with #69C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C3AD; }
p { color: rgb(105,195,173); }
H1.HeaderClassName
{
color: #69C3AD;
}
.AnyTagClassName
{
color: #69C3AD;
}
</style>
background-color css
<style>
a { background-color: #69C3AD; }
a { background-color: rgb(105,195,173); }
div.DivClassName
{
background-color: #69C3AD;
}
.BgClassName
{
background-color: #69C3AD;
}
</style>
border-color css
<style>
span { border-color: #69C3AD; }
span { border-color: rgb(105,195,173); }
td.TdClassName
{
border-color: #69C3AD;
}
.TagClassName
{
border-color: #69C3AD;
}
</style>