Shades of Aquamarine #6CFAC3
Tints of Aquamarine #6CFAC3
RGB
CMYK
RGB Variations
Color information
#6CFAC3 (or 0x6CFAC3) is known color: Aquamarine. HEX triplet: 6C, FA and C3. RGB value is (108,250,195). Sum of RGB (Red+Green+Blue) = 108+250+195=553 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.53% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFAC3 is #93053C. Grayscale: #C9C9C9. Windows color (decimal): -9635133 or 12843628. OLE color: 12843628.
HSL color Cylindrical-coordinate representation of color #6CFAC3: hue angle of 156.76º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFAC3 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 250 | 195 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.02 |
| HSL | 156.76º | 0.93% | 0.7% | - |
| HSV(B) | 156.76º | 0.57% | 0.98% | - |
| XYZ | 50.22 | 75.5 | 63.56 | - |
| YUV | 201.27 | 124.46 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 250 | 195 | 0.57 | 0 | 0.22 | 0.02 | 156.76 | 0.93 | 0.7 |
| Hex | 6C | FA | C3 | 39 | 0 | 16 | 2 | 9D | 5D | 46 |
| Octal | 154 | 372 | 303 | 71 | 0 | 26 | 2 | 235 | 135 | 106 |
| Binary | 1101100 | 11111010 | 11000011 | 111001 | 0 | 10110 | 10 | 10011101 | 1011101 | 1000110 |
Color Harmonies of #6CFAC3
Complementary color
Monochromatic Colors of #6CFAC3
Black with #6CFAC3
Text Example
Text Example
White with #6CFAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFAC3; }
p { color: rgb(108,250,195); }
H1.HeaderClassName
{
color: #6CFAC3;
}
.AnyTagClassName
{
color: #6CFAC3;
}
</style>
background-color css
<style>
a { background-color: #6CFAC3; }
a { background-color: rgb(108,250,195); }
div.DivClassName
{
background-color: #6CFAC3;
}
.BgClassName
{
background-color: #6CFAC3;
}
</style>
border-color css
<style>
span { border-color: #6CFAC3; }
span { border-color: rgb(108,250,195); }
td.TdClassName
{
border-color: #6CFAC3;
}
.TagClassName
{
border-color: #6CFAC3;
}
</style>