Shades of Aquamarine #6CFCCB
Tints of Aquamarine #6CFCCB
RGB
CMYK
RGB Variations
Color information
#6CFCCB (or 0x6CFCCB) is known color: Aquamarine. HEX triplet: 6C, FC and CB. RGB value is (108,252,203). Sum of RGB (Red+Green+Blue) = 108+252+203=563 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.18% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #6CFCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFCCB is #930334. Grayscale: #CBCBCB. Windows color (decimal): -9634613 or 13368428. OLE color: 13368428.
HSL color Cylindrical-coordinate representation of color #6CFCCB: hue angle of 159.58º 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 #6CFCCB is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 252 | 203 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.01 |
| HSL | 159.58º | 0.96% | 0.71% | - |
| HSV(B) | 159.58º | 0.57% | 0.99% | - |
| XYZ | 51.77 | 77.12 | 68.66 | - |
| YUV | 203.36 | 127.79 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 252 | 203 | 0.57 | 0 | 0.19 | 0.01 | 159.58 | 0.96 | 0.71 |
| Hex | 6C | FC | CB | 39 | 0 | 13 | 1 | A0 | 60 | 47 |
| Octal | 154 | 374 | 313 | 71 | 0 | 23 | 1 | 240 | 140 | 107 |
| Binary | 1101100 | 11111100 | 11001011 | 111001 | 0 | 10011 | 1 | 10100000 | 1100000 | 1000111 |
Color Harmonies of #6CFCCB
Complementary color
Monochromatic Colors of #6CFCCB
Black with #6CFCCB
Text Example
Text Example
White with #6CFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFCCB; }
p { color: rgb(108,252,203); }
H1.HeaderClassName
{
color: #6CFCCB;
}
.AnyTagClassName
{
color: #6CFCCB;
}
</style>
background-color css
<style>
a { background-color: #6CFCCB; }
a { background-color: rgb(108,252,203); }
div.DivClassName
{
background-color: #6CFCCB;
}
.BgClassName
{
background-color: #6CFCCB;
}
</style>
border-color css
<style>
span { border-color: #6CFCCB; }
span { border-color: rgb(108,252,203); }
td.TdClassName
{
border-color: #6CFCCB;
}
.TagClassName
{
border-color: #6CFCCB;
}
</style>