Shades of Aquamarine #6CFABB
Tints of Aquamarine #6CFABB
RGB
CMYK
RGB Variations
Color information
#6CFABB (or 0x6CFABB) is known color: Aquamarine. HEX triplet: 6C, FA and BB. RGB value is (108,250,187). Sum of RGB (Red+Green+Blue) = 108+250+187=545 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.82% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFABB is #930544. Grayscale: #C8C8C8. Windows color (decimal): -9635141 or 12319340. OLE color: 12319340.
HSL color Cylindrical-coordinate representation of color #6CFABB: hue angle of 153.38º 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 #6CFABB is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 250 | 187 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.02 |
| HSL | 153.38º | 0.93% | 0.7% | - |
| HSV(B) | 153.38º | 0.57% | 0.98% | - |
| XYZ | 49.34 | 75.15 | 58.92 | - |
| YUV | 200.36 | 120.46 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 250 | 187 | 0.57 | 0 | 0.25 | 0.02 | 153.38 | 0.93 | 0.7 |
| Hex | 6C | FA | BB | 39 | 0 | 19 | 2 | 99 | 5D | 46 |
| Octal | 154 | 372 | 273 | 71 | 0 | 31 | 2 | 231 | 135 | 106 |
| Binary | 1101100 | 11111010 | 10111011 | 111001 | 0 | 11001 | 10 | 10011001 | 1011101 | 1000110 |
Color Harmonies of #6CFABB
Complementary color
Monochromatic Colors of #6CFABB
Black with #6CFABB
Text Example
Text Example
White with #6CFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFABB; }
p { color: rgb(108,250,187); }
H1.HeaderClassName
{
color: #6CFABB;
}
.AnyTagClassName
{
color: #6CFABB;
}
</style>
background-color css
<style>
a { background-color: #6CFABB; }
a { background-color: rgb(108,250,187); }
div.DivClassName
{
background-color: #6CFABB;
}
.BgClassName
{
background-color: #6CFABB;
}
</style>
border-color css
<style>
span { border-color: #6CFABB; }
span { border-color: rgb(108,250,187); }
td.TdClassName
{
border-color: #6CFABB;
}
.TagClassName
{
border-color: #6CFABB;
}
</style>