Shades of Medium Aquamarine #6CBFA6
Tints of Medium Aquamarine #6CBFA6
RGB
CMYK
RGB Variations
Color information
#6CBFA6 (or 0x6CBFA6) is known color: Medium Aquamarine. HEX triplet: 6C, BF and A6. RGB value is (108,191,166). Sum of RGB (Red+Green+Blue) = 108+191+166=465 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.23% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBFA6 is #934059. Grayscale: #A3A3A3. Windows color (decimal): -9650266 or 10927980. OLE color: 10927980.
HSL color Cylindrical-coordinate representation of color #6CBFA6: hue angle of 161.93º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBFA6 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 191 | 166 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.25 |
| HSL | 161.93º | 0.39% | 0.59% | - |
| HSV(B) | 161.93º | 0.43% | 0.75% | - |
| XYZ | 31.7 | 43.2 | 42.74 | - |
| YUV | 163.33 | 129.5 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 191 | 166 | 0.43 | 0 | 0.13 | 0.25 | 161.93 | 0.39 | 0.59 |
| Hex | 6C | BF | A6 | 2B | 0 | D | 19 | A2 | 27 | 3B |
| Octal | 154 | 277 | 246 | 53 | 0 | 15 | 31 | 242 | 47 | 73 |
| Binary | 1101100 | 10111111 | 10100110 | 101011 | 0 | 1101 | 11001 | 10100010 | 100111 | 111011 |
Color Harmonies of #6CBFA6
Complementary color
Monochromatic Colors of #6CBFA6
Black with #6CBFA6
Text Example
Text Example
White with #6CBFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBFA6; }
p { color: rgb(108,191,166); }
H1.HeaderClassName
{
color: #6CBFA6;
}
.AnyTagClassName
{
color: #6CBFA6;
}
</style>
background-color css
<style>
a { background-color: #6CBFA6; }
a { background-color: rgb(108,191,166); }
div.DivClassName
{
background-color: #6CBFA6;
}
.BgClassName
{
background-color: #6CBFA6;
}
</style>
border-color css
<style>
span { border-color: #6CBFA6; }
span { border-color: rgb(108,191,166); }
td.TdClassName
{
border-color: #6CBFA6;
}
.TagClassName
{
border-color: #6CBFA6;
}
</style>