Shades of Aquamarine #6CFCB5
Tints of Aquamarine #6CFCB5
RGB
CMYK
RGB Variations
Color information
#6CFCB5 (or 0x6CFCB5) is known color: Aquamarine. HEX triplet: 6C, FC and B5. RGB value is (108,252,181). Sum of RGB (Red+Green+Blue) = 108+252+181=541 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.96% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #6CFCB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFCB5 is #93034A. Grayscale: #C8C8C8. Windows color (decimal): -9634635 or 11926636. OLE color: 11926636.
HSL color Cylindrical-coordinate representation of color #6CFCB5: hue angle of 150.42º 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 #6CFCB5 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 252 | 181 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.01 |
| HSL | 150.42º | 0.96% | 0.71% | - |
| HSV(B) | 150.42º | 0.57% | 0.99% | - |
| XYZ | 49.34 | 76.15 | 55.81 | - |
| YUV | 200.85 | 116.79 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 252 | 181 | 0.57 | 0 | 0.28 | 0.01 | 150.42 | 0.96 | 0.71 |
| Hex | 6C | FC | B5 | 39 | 0 | 1C | 1 | 96 | 60 | 47 |
| Octal | 154 | 374 | 265 | 71 | 0 | 34 | 1 | 226 | 140 | 107 |
| Binary | 1101100 | 11111100 | 10110101 | 111001 | 0 | 11100 | 1 | 10010110 | 1100000 | 1000111 |
Color Harmonies of #6CFCB5
Complementary color
Monochromatic Colors of #6CFCB5
Black with #6CFCB5
Text Example
Text Example
White with #6CFCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFCB5; }
p { color: rgb(108,252,181); }
H1.HeaderClassName
{
color: #6CFCB5;
}
.AnyTagClassName
{
color: #6CFCB5;
}
</style>
background-color css
<style>
a { background-color: #6CFCB5; }
a { background-color: rgb(108,252,181); }
div.DivClassName
{
background-color: #6CFCB5;
}
.BgClassName
{
background-color: #6CFCB5;
}
</style>
border-color css
<style>
span { border-color: #6CFCB5; }
span { border-color: rgb(108,252,181); }
td.TdClassName
{
border-color: #6CFCB5;
}
.TagClassName
{
border-color: #6CFCB5;
}
</style>