Shades of Aquamarine #6CFCB2
Tints of Aquamarine #6CFCB2
RGB
CMYK
RGB Variations
Color information
#6CFCB2 (or 0x6CFCB2) is known color: Aquamarine. HEX triplet: 6C, FC and B2. RGB value is (108,252,178). Sum of RGB (Red+Green+Blue) = 108+252+178=538 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.07% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #6CFCB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CFCB2 is #93034D. Grayscale: #C8C8C8. Windows color (decimal): -9634638 or 11730028. OLE color: 11730028.
HSL color Cylindrical-coordinate representation of color #6CFCB2: hue angle of 149.17º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFCB2 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 252 | 178 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.01 |
| HSL | 149.17º | 0.96% | 0.71% | - |
| HSV(B) | 149.17º | 0.57% | 0.99% | - |
| XYZ | 49.03 | 76.02 | 54.21 | - |
| YUV | 200.51 | 115.29 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 252 | 178 | 0.57 | 0 | 0.29 | 0.01 | 149.17 | 0.96 | 0.71 |
| Hex | 6C | FC | B2 | 39 | 0 | 1D | 1 | 95 | 60 | 47 |
| Octal | 154 | 374 | 262 | 71 | 0 | 35 | 1 | 225 | 140 | 107 |
| Binary | 1101100 | 11111100 | 10110010 | 111001 | 0 | 11101 | 1 | 10010101 | 1100000 | 1000111 |
Color Harmonies of #6CFCB2
Complementary color
Monochromatic Colors of #6CFCB2
Black with #6CFCB2
Text Example
Text Example
White with #6CFCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFCB2; }
p { color: rgb(108,252,178); }
H1.HeaderClassName
{
color: #6CFCB2;
}
.AnyTagClassName
{
color: #6CFCB2;
}
</style>
background-color css
<style>
a { background-color: #6CFCB2; }
a { background-color: rgb(108,252,178); }
div.DivClassName
{
background-color: #6CFCB2;
}
.BgClassName
{
background-color: #6CFCB2;
}
</style>
border-color css
<style>
span { border-color: #6CFCB2; }
span { border-color: rgb(108,252,178); }
td.TdClassName
{
border-color: #6CFCB2;
}
.TagClassName
{
border-color: #6CFCB2;
}
</style>