Shades of Medium Aquamarine #6ACB9F
Tints of Medium Aquamarine #6ACB9F
RGB
CMYK
RGB Variations
Color information
#6ACB9F (or 0x6ACB9F) is known color: Medium Aquamarine. HEX triplet: 6A, CB and 9F. RGB value is (106,203,159). Sum of RGB (Red+Green+Blue) = 106+203+159=468 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.65% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACB9F is #953460. Grayscale: #A9A9A9. Windows color (decimal): -9778273 or 10472298. OLE color: 10472298.
HSL color Cylindrical-coordinate representation of color #6ACB9F: hue angle of 152.78º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACB9F is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 203 | 159 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.20 |
| HSL | 152.78º | 0.48% | 0.61% | - |
| HSV(B) | 152.78º | 0.48% | 0.8% | - |
| XYZ | 33.56 | 48.28 | 40.35 | - |
| YUV | 168.98 | 122.36 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 203 | 159 | 0.48 | 0 | 0.22 | 0.20 | 152.78 | 0.48 | 0.61 |
| Hex | 6A | CB | 9F | 30 | 0 | 16 | 14 | 99 | 30 | 3D |
| Octal | 152 | 313 | 237 | 60 | 0 | 26 | 24 | 231 | 60 | 75 |
| Binary | 1101010 | 11001011 | 10011111 | 110000 | 0 | 10110 | 10100 | 10011001 | 110000 | 111101 |
Color Harmonies of #6ACB9F
Complementary color
Monochromatic Colors of #6ACB9F
Black with #6ACB9F
Text Example
Text Example
White with #6ACB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACB9F; }
p { color: rgb(106,203,159); }
H1.HeaderClassName
{
color: #6ACB9F;
}
.AnyTagClassName
{
color: #6ACB9F;
}
</style>
background-color css
<style>
a { background-color: #6ACB9F; }
a { background-color: rgb(106,203,159); }
div.DivClassName
{
background-color: #6ACB9F;
}
.BgClassName
{
background-color: #6ACB9F;
}
</style>
border-color css
<style>
span { border-color: #6ACB9F; }
span { border-color: rgb(106,203,159); }
td.TdClassName
{
border-color: #6ACB9F;
}
.TagClassName
{
border-color: #6ACB9F;
}
</style>