Shades of Medium Aquamarine #6BCFAD
Tints of Medium Aquamarine #6BCFAD
RGB
CMYK
RGB Variations
Color information
#6BCFAD (or 0x6BCFAD) is known color: Medium Aquamarine. HEX triplet: 6B, CF and AD. RGB value is (107,207,173). Sum of RGB (Red+Green+Blue) = 107+207+173=487 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.97% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCFAD is #943052. Grayscale: #ADADAD. Windows color (decimal): -9711699 or 11390827. OLE color: 11390827.
HSL color Cylindrical-coordinate representation of color #6BCFAD: hue angle of 159.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCFAD is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 173 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.19 |
| HSL | 159.6º | 0.51% | 0.62% | - |
| HSV(B) | 159.6º | 0.48% | 0.81% | - |
| XYZ | 35.92 | 50.77 | 47.44 | - |
| YUV | 173.22 | 127.87 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 173 | 0.48 | 0 | 0.16 | 0.19 | 159.6 | 0.51 | 0.62 |
| Hex | 6B | CF | AD | 30 | 0 | 10 | 13 | A0 | 33 | 3E |
| Octal | 153 | 317 | 255 | 60 | 0 | 20 | 23 | 240 | 63 | 76 |
| Binary | 1101011 | 11001111 | 10101101 | 110000 | 0 | 10000 | 10011 | 10100000 | 110011 | 111110 |
Color Harmonies of #6BCFAD
Complementary color
Monochromatic Colors of #6BCFAD
Black with #6BCFAD
Text Example
Text Example
White with #6BCFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCFAD; }
p { color: rgb(107,207,173); }
H1.HeaderClassName
{
color: #6BCFAD;
}
.AnyTagClassName
{
color: #6BCFAD;
}
</style>
background-color css
<style>
a { background-color: #6BCFAD; }
a { background-color: rgb(107,207,173); }
div.DivClassName
{
background-color: #6BCFAD;
}
.BgClassName
{
background-color: #6BCFAD;
}
</style>
border-color css
<style>
span { border-color: #6BCFAD; }
span { border-color: rgb(107,207,173); }
td.TdClassName
{
border-color: #6BCFAD;
}
.TagClassName
{
border-color: #6BCFAD;
}
</style>