Shades of Medium Aquamarine #6BCBAF
Tints of Medium Aquamarine #6BCBAF
RGB
CMYK
RGB Variations
Color information
#6BCBAF (or 0x6BCBAF) is known color: Medium Aquamarine. HEX triplet: 6B, CB and AF. RGB value is (107,203,175). Sum of RGB (Red+Green+Blue) = 107+203+175=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCBAF is #943450. Grayscale: #ABABAB. Windows color (decimal): -9712721 or 11520875. OLE color: 11520875.
HSL color Cylindrical-coordinate representation of color #6BCBAF: hue angle of 162.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCBAF is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 203 | 175 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.20 |
| HSL | 162.5º | 0.48% | 0.61% | - |
| HSV(B) | 162.5º | 0.47% | 0.8% | - |
| XYZ | 35.16 | 48.93 | 48.15 | - |
| YUV | 171.1 | 130.2 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 175 | 0.47 | 0 | 0.14 | 0.20 | 162.5 | 0.48 | 0.61 |
| Hex | 6B | CB | AF | 2F | 0 | E | 14 | A2 | 30 | 3D |
| Octal | 153 | 313 | 257 | 57 | 0 | 16 | 24 | 242 | 60 | 75 |
| Binary | 1101011 | 11001011 | 10101111 | 101111 | 0 | 1110 | 10100 | 10100010 | 110000 | 111101 |
Color Harmonies of #6BCBAF
Complementary color
Monochromatic Colors of #6BCBAF
Black with #6BCBAF
Text Example
Text Example
White with #6BCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCBAF; }
p { color: rgb(107,203,175); }
H1.HeaderClassName
{
color: #6BCBAF;
}
.AnyTagClassName
{
color: #6BCBAF;
}
</style>
background-color css
<style>
a { background-color: #6BCBAF; }
a { background-color: rgb(107,203,175); }
div.DivClassName
{
background-color: #6BCBAF;
}
.BgClassName
{
background-color: #6BCBAF;
}
</style>
border-color css
<style>
span { border-color: #6BCBAF; }
span { border-color: rgb(107,203,175); }
td.TdClassName
{
border-color: #6BCBAF;
}
.TagClassName
{
border-color: #6BCBAF;
}
</style>