Shades of Medium Aquamarine #6BCAA9
Tints of Medium Aquamarine #6BCAA9
RGB
CMYK
RGB Variations
Color information
#6BCAA9 (or 0x6BCAA9) is known color: Medium Aquamarine. HEX triplet: 6B, CA and A9. RGB value is (107,202,169). Sum of RGB (Red+Green+Blue) = 107+202+169=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCAA9 is #943556. Grayscale: #A9A9A9. Windows color (decimal): -9712983 or 11127403. OLE color: 11127403.
HSL color Cylindrical-coordinate representation of color #6BCAA9: hue angle of 159.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCAA9 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 202 | 169 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.21 |
| HSL | 159.16º | 0.47% | 0.61% | - |
| HSV(B) | 159.16º | 0.47% | 0.79% | - |
| XYZ | 34.35 | 48.23 | 45.04 | - |
| YUV | 169.83 | 127.53 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 169 | 0.47 | 0 | 0.16 | 0.21 | 159.16 | 0.47 | 0.61 |
| Hex | 6B | CA | A9 | 2F | 0 | 10 | 15 | 9F | 2F | 3D |
| Octal | 153 | 312 | 251 | 57 | 0 | 20 | 25 | 237 | 57 | 75 |
| Binary | 1101011 | 11001010 | 10101001 | 101111 | 0 | 10000 | 10101 | 10011111 | 101111 | 111101 |
Color Harmonies of #6BCAA9
Complementary color
Monochromatic Colors of #6BCAA9
Black with #6BCAA9
Text Example
Text Example
White with #6BCAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCAA9; }
p { color: rgb(107,202,169); }
H1.HeaderClassName
{
color: #6BCAA9;
}
.AnyTagClassName
{
color: #6BCAA9;
}
</style>
background-color css
<style>
a { background-color: #6BCAA9; }
a { background-color: rgb(107,202,169); }
div.DivClassName
{
background-color: #6BCAA9;
}
.BgClassName
{
background-color: #6BCAA9;
}
</style>
border-color css
<style>
span { border-color: #6BCAA9; }
span { border-color: rgb(107,202,169); }
td.TdClassName
{
border-color: #6BCAA9;
}
.TagClassName
{
border-color: #6BCAA9;
}
</style>