Shades of Aquamarine #6BFDC9
Tints of Aquamarine #6BFDC9
RGB
CMYK
RGB Variations
Color information
#6BFDC9 (or 0x6BFDC9) is known color: Aquamarine. HEX triplet: 6B, FD and C9. RGB value is (107,253,201). Sum of RGB (Red+Green+Blue) = 107+253+201=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDC9 is #940236. Grayscale: #CBCBCB. Windows color (decimal): -9699895 or 13237611. OLE color: 13237611.
HSL color Cylindrical-coordinate representation of color #6BFDC9: hue angle of 158.63º 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 #6BFDC9 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 201 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.01 |
| HSL | 158.63º | 0.97% | 0.71% | - |
| HSV(B) | 158.63º | 0.58% | 0.99% | - |
| XYZ | 51.73 | 77.59 | 67.51 | - |
| YUV | 203.42 | 126.63 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 201 | 0.58 | 0 | 0.21 | 0.01 | 158.63 | 0.97 | 0.71 |
| Hex | 6B | FD | C9 | 3A | 0 | 15 | 1 | 9F | 61 | 47 |
| Octal | 153 | 375 | 311 | 72 | 0 | 25 | 1 | 237 | 141 | 107 |
| Binary | 1101011 | 11111101 | 11001001 | 111010 | 0 | 10101 | 1 | 10011111 | 1100001 | 1000111 |
Color Harmonies of #6BFDC9
Complementary color
Monochromatic Colors of #6BFDC9
Black with #6BFDC9
Text Example
Text Example
White with #6BFDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDC9; }
p { color: rgb(107,253,201); }
H1.HeaderClassName
{
color: #6BFDC9;
}
.AnyTagClassName
{
color: #6BFDC9;
}
</style>
background-color css
<style>
a { background-color: #6BFDC9; }
a { background-color: rgb(107,253,201); }
div.DivClassName
{
background-color: #6BFDC9;
}
.BgClassName
{
background-color: #6BFDC9;
}
</style>
border-color css
<style>
span { border-color: #6BFDC9; }
span { border-color: rgb(107,253,201); }
td.TdClassName
{
border-color: #6BFDC9;
}
.TagClassName
{
border-color: #6BFDC9;
}
</style>