Shades of Aquamarine #6CFDDF
Tints of Aquamarine #6CFDDF
RGB
CMYK
RGB Variations
Color information
#6CFDDF (or 0x6CFDDF) is known color: Aquamarine. HEX triplet: 6C, FD and DF. RGB value is (108,253,223). Sum of RGB (Red+Green+Blue) = 108+253+223=584 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.49% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #6CFDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFDDF is #930220. Grayscale: #CECECE. Windows color (decimal): -9634337 or 14679404. OLE color: 14679404.
HSL color Cylindrical-coordinate representation of color #6CFDDF: hue angle of 167.59º 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 #6CFDDF is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 253 | 223 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.01 |
| HSL | 167.59º | 0.97% | 0.71% | - |
| HSV(B) | 167.59º | 0.57% | 0.99% | - |
| XYZ | 54.63 | 78.77 | 82.14 | - |
| YUV | 206.23 | 137.46 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 253 | 223 | 0.57 | 0 | 0.12 | 0.01 | 167.59 | 0.97 | 0.71 |
| Hex | 6C | FD | DF | 39 | 0 | C | 1 | A8 | 61 | 47 |
| Octal | 154 | 375 | 337 | 71 | 0 | 14 | 1 | 250 | 141 | 107 |
| Binary | 1101100 | 11111101 | 11011111 | 111001 | 0 | 1100 | 1 | 10101000 | 1100001 | 1000111 |
Color Harmonies of #6CFDDF
Complementary color
Monochromatic Colors of #6CFDDF
Black with #6CFDDF
Text Example
Text Example
White with #6CFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFDDF; }
p { color: rgb(108,253,223); }
H1.HeaderClassName
{
color: #6CFDDF;
}
.AnyTagClassName
{
color: #6CFDDF;
}
</style>
background-color css
<style>
a { background-color: #6CFDDF; }
a { background-color: rgb(108,253,223); }
div.DivClassName
{
background-color: #6CFDDF;
}
.BgClassName
{
background-color: #6CFDDF;
}
</style>
border-color css
<style>
span { border-color: #6CFDDF; }
span { border-color: rgb(108,253,223); }
td.TdClassName
{
border-color: #6CFDDF;
}
.TagClassName
{
border-color: #6CFDDF;
}
</style>