Shades of Aquamarine #6CFCCD
Tints of Aquamarine #6CFCCD
RGB
CMYK
RGB Variations
Color information
#6CFCCD (or 0x6CFCCD) is known color: Aquamarine. HEX triplet: 6C, FC and CD. RGB value is (108,252,205). Sum of RGB (Red+Green+Blue) = 108+252+205=565 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.12% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #6CFCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFCCD is #930332. Grayscale: #CBCBCB. Windows color (decimal): -9634611 or 13499500. OLE color: 13499500.
HSL color Cylindrical-coordinate representation of color #6CFCCD: hue angle of 160.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 #6CFCCD is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 252 | 205 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.01 |
| HSL | 160.42º | 0.96% | 0.71% | - |
| HSV(B) | 160.42º | 0.57% | 0.99% | - |
| XYZ | 52.01 | 77.22 | 69.92 | - |
| YUV | 203.59 | 128.79 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 252 | 205 | 0.57 | 0 | 0.19 | 0.01 | 160.42 | 0.96 | 0.71 |
| Hex | 6C | FC | CD | 39 | 0 | 13 | 1 | A0 | 60 | 47 |
| Octal | 154 | 374 | 315 | 71 | 0 | 23 | 1 | 240 | 140 | 107 |
| Binary | 1101100 | 11111100 | 11001101 | 111001 | 0 | 10011 | 1 | 10100000 | 1100000 | 1000111 |
Color Harmonies of #6CFCCD
Complementary color
Monochromatic Colors of #6CFCCD
Black with #6CFCCD
Text Example
Text Example
White with #6CFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFCCD; }
p { color: rgb(108,252,205); }
H1.HeaderClassName
{
color: #6CFCCD;
}
.AnyTagClassName
{
color: #6CFCCD;
}
</style>
background-color css
<style>
a { background-color: #6CFCCD; }
a { background-color: rgb(108,252,205); }
div.DivClassName
{
background-color: #6CFCCD;
}
.BgClassName
{
background-color: #6CFCCD;
}
</style>
border-color css
<style>
span { border-color: #6CFCCD; }
span { border-color: rgb(108,252,205); }
td.TdClassName
{
border-color: #6CFCCD;
}
.TagClassName
{
border-color: #6CFCCD;
}
</style>