Shades of Aquamarine #6CFECE
Tints of Aquamarine #6CFECE
RGB
CMYK
RGB Variations
Color information
#6CFECE (or 0x6CFECE) is known color: Aquamarine. HEX triplet: 6C, FE and CE. RGB value is (108,254,206). Sum of RGB (Red+Green+Blue) = 108+254+206=568 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.01% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #6CFECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFECE is #930131. Grayscale: #CCCCCC. Windows color (decimal): -9634098 or 13565548. OLE color: 13565548.
HSL color Cylindrical-coordinate representation of color #6CFECE: hue angle of 160.27º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFECE is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 254 | 206 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.00 |
| HSL | 160.27º | 0.99% | 0.71% | - |
| HSV(B) | 160.27º | 0.57% | 1% | - |
| XYZ | 52.77 | 78.53 | 70.77 | - |
| YUV | 204.87 | 128.63 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 254 | 206 | 0.57 | 0 | 0.19 | 0.00 | 160.27 | 0.99 | 0.71 |
| Hex | 6C | FE | CE | 39 | 0 | 13 | 0 | A0 | 63 | 47 |
| Octal | 154 | 376 | 316 | 71 | 0 | 23 | 0 | 240 | 143 | 107 |
| Binary | 1101100 | 11111110 | 11001110 | 111001 | 0 | 10011 | 0 | 10100000 | 1100011 | 1000111 |
Color Harmonies of #6CFECE
Complementary color
Monochromatic Colors of #6CFECE
Black with #6CFECE
Text Example
Text Example
White with #6CFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFECE; }
p { color: rgb(108,254,206); }
H1.HeaderClassName
{
color: #6CFECE;
}
.AnyTagClassName
{
color: #6CFECE;
}
</style>
background-color css
<style>
a { background-color: #6CFECE; }
a { background-color: rgb(108,254,206); }
div.DivClassName
{
background-color: #6CFECE;
}
.BgClassName
{
background-color: #6CFECE;
}
</style>
border-color css
<style>
span { border-color: #6CFECE; }
span { border-color: rgb(108,254,206); }
td.TdClassName
{
border-color: #6CFECE;
}
.TagClassName
{
border-color: #6CFECE;
}
</style>