Shades of Medium Aquamarine #69CBA9
Tints of Medium Aquamarine #69CBA9
RGB
CMYK
RGB Variations
Color information
#69CBA9 (or 0x69CBA9) is known color: Medium Aquamarine. HEX triplet: 69, CB and A9. RGB value is (105,203,169). Sum of RGB (Red+Green+Blue) = 105+203+169=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #69CBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CBA9 is #963456. Grayscale: #A9A9A9. Windows color (decimal): -9843799 or 11127657. OLE color: 11127657.
HSL color Cylindrical-coordinate representation of color #69CBA9: hue angle of 159.18º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CBA9 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 203 | 169 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.20 |
| HSL | 159.18º | 0.49% | 0.6% | - |
| HSV(B) | 159.18º | 0.48% | 0.8% | - |
| XYZ | 34.34 | 48.58 | 45.1 | - |
| YUV | 169.82 | 127.53 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 203 | 169 | 0.48 | 0 | 0.17 | 0.20 | 159.18 | 0.49 | 0.6 |
| Hex | 69 | CB | A9 | 30 | 0 | 11 | 14 | 9F | 31 | 3C |
| Octal | 151 | 313 | 251 | 60 | 0 | 21 | 24 | 237 | 61 | 74 |
| Binary | 1101001 | 11001011 | 10101001 | 110000 | 0 | 10001 | 10100 | 10011111 | 110001 | 111100 |
Color Harmonies of #69CBA9
Complementary color
Monochromatic Colors of #69CBA9
Black with #69CBA9
Text Example
Text Example
White with #69CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CBA9; }
p { color: rgb(105,203,169); }
H1.HeaderClassName
{
color: #69CBA9;
}
.AnyTagClassName
{
color: #69CBA9;
}
</style>
background-color css
<style>
a { background-color: #69CBA9; }
a { background-color: rgb(105,203,169); }
div.DivClassName
{
background-color: #69CBA9;
}
.BgClassName
{
background-color: #69CBA9;
}
</style>
border-color css
<style>
span { border-color: #69CBA9; }
span { border-color: rgb(105,203,169); }
td.TdClassName
{
border-color: #69CBA9;
}
.TagClassName
{
border-color: #69CBA9;
}
</style>