Shades of Aquamarine #6BFCCC
Tints of Aquamarine #6BFCCC
RGB
CMYK
RGB Variations
Color information
#6BFCCC (or 0x6BFCCC) is known color: Aquamarine. HEX triplet: 6B, FC and CC. RGB value is (107,252,204). Sum of RGB (Red+Green+Blue) = 107+252+204=563 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.01% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCCC is #940333. Grayscale: #CBCBCB. Windows color (decimal): -9700148 or 13433963. OLE color: 13433963.
HSL color Cylindrical-coordinate representation of color #6BFCCC: hue angle of 160.14º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFCCC is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 204 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.01 |
| HSL | 160.14º | 0.96% | 0.7% | - |
| HSV(B) | 160.14º | 0.58% | 0.99% | - |
| XYZ | 51.77 | 77.11 | 69.28 | - |
| YUV | 203.17 | 128.46 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 204 | 0.58 | 0 | 0.19 | 0.01 | 160.14 | 0.96 | 0.7 |
| Hex | 6B | FC | CC | 3A | 0 | 13 | 1 | A0 | 60 | 46 |
| Octal | 153 | 374 | 314 | 72 | 0 | 23 | 1 | 240 | 140 | 106 |
| Binary | 1101011 | 11111100 | 11001100 | 111010 | 0 | 10011 | 1 | 10100000 | 1100000 | 1000110 |
Color Harmonies of #6BFCCC
Complementary color
Monochromatic Colors of #6BFCCC
Black with #6BFCCC
Text Example
Text Example
White with #6BFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCCC; }
p { color: rgb(107,252,204); }
H1.HeaderClassName
{
color: #6BFCCC;
}
.AnyTagClassName
{
color: #6BFCCC;
}
</style>
background-color css
<style>
a { background-color: #6BFCCC; }
a { background-color: rgb(107,252,204); }
div.DivClassName
{
background-color: #6BFCCC;
}
.BgClassName
{
background-color: #6BFCCC;
}
</style>
border-color css
<style>
span { border-color: #6BFCCC; }
span { border-color: rgb(107,252,204); }
td.TdClassName
{
border-color: #6BFCCC;
}
.TagClassName
{
border-color: #6BFCCC;
}
</style>