Shades of Aquamarine #6BFACC
Tints of Aquamarine #6BFACC
RGB
CMYK
RGB Variations
Color information
#6BFACC (or 0x6BFACC) is known color: Aquamarine. HEX triplet: 6B, FA and CC. RGB value is (107,250,204). Sum of RGB (Red+Green+Blue) = 107+250+204=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFACC is #940533. Grayscale: #CACACA. Windows color (decimal): -9700660 or 13433451. OLE color: 13433451.
HSL color Cylindrical-coordinate representation of color #6BFACC: hue angle of 160.7º 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 #6BFACC is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 204 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.02 |
| HSL | 160.7º | 0.93% | 0.7% | - |
| HSV(B) | 160.7º | 0.57% | 0.98% | - |
| XYZ | 51.15 | 75.86 | 69.07 | - |
| YUV | 202 | 129.12 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 204 | 0.57 | 0 | 0.18 | 0.02 | 160.7 | 0.93 | 0.7 |
| Hex | 6B | FA | CC | 39 | 0 | 12 | 2 | A1 | 5D | 46 |
| Octal | 153 | 372 | 314 | 71 | 0 | 22 | 2 | 241 | 135 | 106 |
| Binary | 1101011 | 11111010 | 11001100 | 111001 | 0 | 10010 | 10 | 10100001 | 1011101 | 1000110 |
Color Harmonies of #6BFACC
Complementary color
Monochromatic Colors of #6BFACC
Black with #6BFACC
Text Example
Text Example
White with #6BFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFACC; }
p { color: rgb(107,250,204); }
H1.HeaderClassName
{
color: #6BFACC;
}
.AnyTagClassName
{
color: #6BFACC;
}
</style>
background-color css
<style>
a { background-color: #6BFACC; }
a { background-color: rgb(107,250,204); }
div.DivClassName
{
background-color: #6BFACC;
}
.BgClassName
{
background-color: #6BFACC;
}
</style>
border-color css
<style>
span { border-color: #6BFACC; }
span { border-color: rgb(107,250,204); }
td.TdClassName
{
border-color: #6BFACC;
}
.TagClassName
{
border-color: #6BFACC;
}
</style>