Shades of Medium Aquamarine #6CF0AF
Tints of Medium Aquamarine #6CF0AF
RGB
CMYK
RGB Variations
Color information
#6CF0AF (or 0x6CF0AF) is known color: Medium Aquamarine. HEX triplet: 6C, F0 and AF. RGB value is (108,240,175). Sum of RGB (Red+Green+Blue) = 108+240+175=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF0AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF0AF is #930F50. Grayscale: #C1C1C1. Windows color (decimal): -9637713 or 11530348. OLE color: 11530348.
HSL color Cylindrical-coordinate representation of color #6CF0AF: hue angle of 150.45º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF0AF is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 175 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.06 |
| HSL | 150.45º | 0.81% | 0.68% | - |
| HSV(B) | 150.45º | 0.55% | 0.94% | - |
| XYZ | 45.08 | 68.6 | 51.42 | - |
| YUV | 193.12 | 117.77 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 175 | 0.55 | 0 | 0.27 | 0.06 | 150.45 | 0.81 | 0.68 |
| Hex | 6C | F0 | AF | 37 | 0 | 1B | 6 | 96 | 51 | 44 |
| Octal | 154 | 360 | 257 | 67 | 0 | 33 | 6 | 226 | 121 | 104 |
| Binary | 1101100 | 11110000 | 10101111 | 110111 | 0 | 11011 | 110 | 10010110 | 1010001 | 1000100 |
Color Harmonies of #6CF0AF
Complementary color
Monochromatic Colors of #6CF0AF
Black with #6CF0AF
Text Example
Text Example
White with #6CF0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF0AF; }
p { color: rgb(108,240,175); }
H1.HeaderClassName
{
color: #6CF0AF;
}
.AnyTagClassName
{
color: #6CF0AF;
}
</style>
background-color css
<style>
a { background-color: #6CF0AF; }
a { background-color: rgb(108,240,175); }
div.DivClassName
{
background-color: #6CF0AF;
}
.BgClassName
{
background-color: #6CF0AF;
}
</style>
border-color css
<style>
span { border-color: #6CF0AF; }
span { border-color: rgb(108,240,175); }
td.TdClassName
{
border-color: #6CF0AF;
}
.TagClassName
{
border-color: #6CF0AF;
}
</style>