Shades of Aquamarine #6CFDCE
Tints of Aquamarine #6CFDCE
RGB
CMYK
RGB Variations
Color information
#6CFDCE (or 0x6CFDCE) is known color: Aquamarine. HEX triplet: 6C, FD and CE. RGB value is (108,253,206). Sum of RGB (Red+Green+Blue) = 108+253+206=567 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.05% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #6CFDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFDCE is #930231. Grayscale: #CCCCCC. Windows color (decimal): -9634354 or 13565292. OLE color: 13565292.
HSL color Cylindrical-coordinate representation of color #6CFDCE: hue angle of 160.55º degrees, saturation: 0.97, 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 #6CFDCE is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 253 | 206 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.01 |
| HSL | 160.55º | 0.97% | 0.71% | - |
| HSV(B) | 160.55º | 0.57% | 0.99% | - |
| XYZ | 52.45 | 77.89 | 70.66 | - |
| YUV | 204.29 | 128.96 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 253 | 206 | 0.57 | 0 | 0.19 | 0.01 | 160.55 | 0.97 | 0.71 |
| Hex | 6C | FD | CE | 39 | 0 | 13 | 1 | A1 | 61 | 47 |
| Octal | 154 | 375 | 316 | 71 | 0 | 23 | 1 | 241 | 141 | 107 |
| Binary | 1101100 | 11111101 | 11001110 | 111001 | 0 | 10011 | 1 | 10100001 | 1100001 | 1000111 |
Color Harmonies of #6CFDCE
Complementary color
Monochromatic Colors of #6CFDCE
Black with #6CFDCE
Text Example
Text Example
White with #6CFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFDCE; }
p { color: rgb(108,253,206); }
H1.HeaderClassName
{
color: #6CFDCE;
}
.AnyTagClassName
{
color: #6CFDCE;
}
</style>
background-color css
<style>
a { background-color: #6CFDCE; }
a { background-color: rgb(108,253,206); }
div.DivClassName
{
background-color: #6CFDCE;
}
.BgClassName
{
background-color: #6CFDCE;
}
</style>
border-color css
<style>
span { border-color: #6CFDCE; }
span { border-color: rgb(108,253,206); }
td.TdClassName
{
border-color: #6CFDCE;
}
.TagClassName
{
border-color: #6CFDCE;
}
</style>