Shades of Aquamarine #6BFCBD
Tints of Aquamarine #6BFCBD
RGB
CMYK
RGB Variations
Color information
#6BFCBD (or 0x6BFCBD) is known color: Aquamarine. HEX triplet: 6B, FC and BD. RGB value is (107,252,189). Sum of RGB (Red+Green+Blue) = 107+252+189=548 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.53% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCBD is #940342. Grayscale: #C9C9C9. Windows color (decimal): -9700163 or 12450923. OLE color: 12450923.
HSL color Cylindrical-coordinate representation of color #6BFCBD: hue angle of 153.93º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFCBD is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 189 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.01 |
| HSL | 153.93º | 0.96% | 0.7% | - |
| HSV(B) | 153.93º | 0.58% | 0.99% | - |
| XYZ | 50.06 | 76.42 | 60.26 | - |
| YUV | 201.46 | 120.96 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 189 | 0.58 | 0 | 0.25 | 0.01 | 153.93 | 0.96 | 0.7 |
| Hex | 6B | FC | BD | 3A | 0 | 19 | 1 | 9A | 60 | 46 |
| Octal | 153 | 374 | 275 | 72 | 0 | 31 | 1 | 232 | 140 | 106 |
| Binary | 1101011 | 11111100 | 10111101 | 111010 | 0 | 11001 | 1 | 10011010 | 1100000 | 1000110 |
Color Harmonies of #6BFCBD
Complementary color
Monochromatic Colors of #6BFCBD
Black with #6BFCBD
Text Example
Text Example
White with #6BFCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCBD; }
p { color: rgb(107,252,189); }
H1.HeaderClassName
{
color: #6BFCBD;
}
.AnyTagClassName
{
color: #6BFCBD;
}
</style>
background-color css
<style>
a { background-color: #6BFCBD; }
a { background-color: rgb(107,252,189); }
div.DivClassName
{
background-color: #6BFCBD;
}
.BgClassName
{
background-color: #6BFCBD;
}
</style>
border-color css
<style>
span { border-color: #6BFCBD; }
span { border-color: rgb(107,252,189); }
td.TdClassName
{
border-color: #6BFCBD;
}
.TagClassName
{
border-color: #6BFCBD;
}
</style>