Shades of Aquamarine #6CFDDD
Tints of Aquamarine #6CFDDD
RGB
CMYK
RGB Variations
Color information
#6CFDDD (or 0x6CFDDD) is known color: Aquamarine. HEX triplet: 6C, FD and DD. RGB value is (108,253,221). Sum of RGB (Red+Green+Blue) = 108+253+221=582 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.56% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #6CFDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFDDD is #930222. Grayscale: #CDCDCD. Windows color (decimal): -9634339 or 14548332. OLE color: 14548332.
HSL color Cylindrical-coordinate representation of color #6CFDDD: hue angle of 166.76º 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 #6CFDDD is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 253 | 221 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.01 |
| HSL | 166.76º | 0.97% | 0.71% | - |
| HSV(B) | 166.76º | 0.57% | 0.99% | - |
| XYZ | 54.36 | 78.66 | 80.72 | - |
| YUV | 206 | 136.46 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 253 | 221 | 0.57 | 0 | 0.13 | 0.01 | 166.76 | 0.97 | 0.71 |
| Hex | 6C | FD | DD | 39 | 0 | D | 1 | A7 | 61 | 47 |
| Octal | 154 | 375 | 335 | 71 | 0 | 15 | 1 | 247 | 141 | 107 |
| Binary | 1101100 | 11111101 | 11011101 | 111001 | 0 | 1101 | 1 | 10100111 | 1100001 | 1000111 |
Color Harmonies of #6CFDDD
Complementary color
Monochromatic Colors of #6CFDDD
Black with #6CFDDD
Text Example
Text Example
White with #6CFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFDDD; }
p { color: rgb(108,253,221); }
H1.HeaderClassName
{
color: #6CFDDD;
}
.AnyTagClassName
{
color: #6CFDDD;
}
</style>
background-color css
<style>
a { background-color: #6CFDDD; }
a { background-color: rgb(108,253,221); }
div.DivClassName
{
background-color: #6CFDDD;
}
.BgClassName
{
background-color: #6CFDDD;
}
</style>
border-color css
<style>
span { border-color: #6CFDDD; }
span { border-color: rgb(108,253,221); }
td.TdClassName
{
border-color: #6CFDDD;
}
.TagClassName
{
border-color: #6CFDDD;
}
</style>