Shades of Aquamarine #6CFCE0
Tints of Aquamarine #6CFCE0
RGB
CMYK
RGB Variations
Color information
#6CFCE0 (or 0x6CFCE0) is known color: Aquamarine. HEX triplet: 6C, FC and E0. RGB value is (108,252,224). Sum of RGB (Red+Green+Blue) = 108+252+224=584 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.49% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #6CFCE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFCE0 is #93031F. Grayscale: #CDCDCD. Windows color (decimal): -9634592 or 14744684. OLE color: 14744684.
HSL color Cylindrical-coordinate representation of color #6CFCE0: hue angle of 168.33º 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 #6CFCE0 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 252 | 224 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.01 |
| HSL | 168.33º | 0.96% | 0.71% | - |
| HSV(B) | 168.33º | 0.57% | 0.99% | - |
| XYZ | 54.45 | 78.19 | 82.74 | - |
| YUV | 205.75 | 138.29 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 252 | 224 | 0.57 | 0 | 0.11 | 0.01 | 168.33 | 0.96 | 0.71 |
| Hex | 6C | FC | E0 | 39 | 0 | B | 1 | A8 | 60 | 47 |
| Octal | 154 | 374 | 340 | 71 | 0 | 13 | 1 | 250 | 140 | 107 |
| Binary | 1101100 | 11111100 | 11100000 | 111001 | 0 | 1011 | 1 | 10101000 | 1100000 | 1000111 |
Color Harmonies of #6CFCE0
Complementary color
Monochromatic Colors of #6CFCE0
Black with #6CFCE0
Text Example
Text Example
White with #6CFCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFCE0; }
p { color: rgb(108,252,224); }
H1.HeaderClassName
{
color: #6CFCE0;
}
.AnyTagClassName
{
color: #6CFCE0;
}
</style>
background-color css
<style>
a { background-color: #6CFCE0; }
a { background-color: rgb(108,252,224); }
div.DivClassName
{
background-color: #6CFCE0;
}
.BgClassName
{
background-color: #6CFCE0;
}
</style>
border-color css
<style>
span { border-color: #6CFCE0; }
span { border-color: rgb(108,252,224); }
td.TdClassName
{
border-color: #6CFCE0;
}
.TagClassName
{
border-color: #6CFCE0;
}
</style>