Shades of Medium Aquamarine #6BCDAF
Tints of Medium Aquamarine #6BCDAF
RGB
CMYK
RGB Variations
Color information
#6BCDAF (or 0x6BCDAF) is known color: Medium Aquamarine. HEX triplet: 6B, CD and AF. RGB value is (107,205,175). Sum of RGB (Red+Green+Blue) = 107+205+175=487 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.97% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCDAF is #943250. Grayscale: #ACACAC. Windows color (decimal): -9712209 or 11521387. OLE color: 11521387.
HSL color Cylindrical-coordinate representation of color #6BCDAF: hue angle of 161.63º degrees, saturation: 0.49, 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 #6BCDAF is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 175 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.20 |
| HSL | 161.63º | 0.49% | 0.61% | - |
| HSV(B) | 161.63º | 0.48% | 0.8% | - |
| XYZ | 35.63 | 49.88 | 48.31 | - |
| YUV | 172.28 | 129.53 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 175 | 0.48 | 0 | 0.15 | 0.20 | 161.63 | 0.49 | 0.61 |
| Hex | 6B | CD | AF | 30 | 0 | F | 14 | A2 | 31 | 3D |
| Octal | 153 | 315 | 257 | 60 | 0 | 17 | 24 | 242 | 61 | 75 |
| Binary | 1101011 | 11001101 | 10101111 | 110000 | 0 | 1111 | 10100 | 10100010 | 110001 | 111101 |
Color Harmonies of #6BCDAF
Complementary color
Monochromatic Colors of #6BCDAF
Black with #6BCDAF
Text Example
Text Example
White with #6BCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCDAF; }
p { color: rgb(107,205,175); }
H1.HeaderClassName
{
color: #6BCDAF;
}
.AnyTagClassName
{
color: #6BCDAF;
}
</style>
background-color css
<style>
a { background-color: #6BCDAF; }
a { background-color: rgb(107,205,175); }
div.DivClassName
{
background-color: #6BCDAF;
}
.BgClassName
{
background-color: #6BCDAF;
}
</style>
border-color css
<style>
span { border-color: #6BCDAF; }
span { border-color: rgb(107,205,175); }
td.TdClassName
{
border-color: #6BCDAF;
}
.TagClassName
{
border-color: #6BCDAF;
}
</style>