Shades of Aquamarine #6CFAB7
Tints of Aquamarine #6CFAB7
RGB
CMYK
RGB Variations
Color information
#6CFAB7 (or 0x6CFAB7) is known color: Aquamarine. HEX triplet: 6C, FA and B7. RGB value is (108,250,183). Sum of RGB (Red+Green+Blue) = 108+250+183=541 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.96% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFAB7 is #930548. Grayscale: #C8C8C8. Windows color (decimal): -9635145 or 12057196. OLE color: 12057196.
HSL color Cylindrical-coordinate representation of color #6CFAB7: hue angle of 151.69º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFAB7 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 250 | 183 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.02 |
| HSL | 151.69º | 0.93% | 0.7% | - |
| HSV(B) | 151.69º | 0.57% | 0.98% | - |
| XYZ | 48.92 | 74.98 | 56.69 | - |
| YUV | 199.9 | 118.46 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 250 | 183 | 0.57 | 0 | 0.27 | 0.02 | 151.69 | 0.93 | 0.7 |
| Hex | 6C | FA | B7 | 39 | 0 | 1B | 2 | 98 | 5D | 46 |
| Octal | 154 | 372 | 267 | 71 | 0 | 33 | 2 | 230 | 135 | 106 |
| Binary | 1101100 | 11111010 | 10110111 | 111001 | 0 | 11011 | 10 | 10011000 | 1011101 | 1000110 |
Color Harmonies of #6CFAB7
Complementary color
Monochromatic Colors of #6CFAB7
Black with #6CFAB7
Text Example
Text Example
White with #6CFAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFAB7; }
p { color: rgb(108,250,183); }
H1.HeaderClassName
{
color: #6CFAB7;
}
.AnyTagClassName
{
color: #6CFAB7;
}
</style>
background-color css
<style>
a { background-color: #6CFAB7; }
a { background-color: rgb(108,250,183); }
div.DivClassName
{
background-color: #6CFAB7;
}
.BgClassName
{
background-color: #6CFAB7;
}
</style>
border-color css
<style>
span { border-color: #6CFAB7; }
span { border-color: rgb(108,250,183); }
td.TdClassName
{
border-color: #6CFAB7;
}
.TagClassName
{
border-color: #6CFAB7;
}
</style>