Shades of Aquamarine #6BFDCA
Tints of Aquamarine #6BFDCA
RGB
CMYK
RGB Variations
Color information
#6BFDCA (or 0x6BFDCA) is known color: Aquamarine. HEX triplet: 6B, FD and CA. RGB value is (107,253,202). Sum of RGB (Red+Green+Blue) = 107+253+202=562 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.04% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDCA is #940235. Grayscale: #CBCBCB. Windows color (decimal): -9699894 or 13303147. OLE color: 13303147.
HSL color Cylindrical-coordinate representation of color #6BFDCA: hue angle of 159.04º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFDCA is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 202 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.01 |
| HSL | 159.04º | 0.97% | 0.71% | - |
| HSV(B) | 159.04º | 0.58% | 0.99% | - |
| XYZ | 51.85 | 77.64 | 68.13 | - |
| YUV | 203.53 | 127.13 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 202 | 0.58 | 0 | 0.20 | 0.01 | 159.04 | 0.97 | 0.71 |
| Hex | 6B | FD | CA | 3A | 0 | 14 | 1 | 9F | 61 | 47 |
| Octal | 153 | 375 | 312 | 72 | 0 | 24 | 1 | 237 | 141 | 107 |
| Binary | 1101011 | 11111101 | 11001010 | 111010 | 0 | 10100 | 1 | 10011111 | 1100001 | 1000111 |
Color Harmonies of #6BFDCA
Complementary color
Monochromatic Colors of #6BFDCA
Black with #6BFDCA
Text Example
Text Example
White with #6BFDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDCA; }
p { color: rgb(107,253,202); }
H1.HeaderClassName
{
color: #6BFDCA;
}
.AnyTagClassName
{
color: #6BFDCA;
}
</style>
background-color css
<style>
a { background-color: #6BFDCA; }
a { background-color: rgb(107,253,202); }
div.DivClassName
{
background-color: #6BFDCA;
}
.BgClassName
{
background-color: #6BFDCA;
}
</style>
border-color css
<style>
span { border-color: #6BFDCA; }
span { border-color: rgb(107,253,202); }
td.TdClassName
{
border-color: #6BFDCA;
}
.TagClassName
{
border-color: #6BFDCA;
}
</style>