Shades of Aquamarine #6BFCB2
Tints of Aquamarine #6BFCB2
RGB
CMYK
RGB Variations
Color information
#6BFCB2 (or 0x6BFCB2) is known color: Aquamarine. HEX triplet: 6B, FC and B2. RGB value is (107,252,178). Sum of RGB (Red+Green+Blue) = 107+252+178=537 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.93% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFCB2 is #94034D. Grayscale: #C8C8C8. Windows color (decimal): -9700174 or 11730027. OLE color: 11730027.
HSL color Cylindrical-coordinate representation of color #6BFCB2: hue angle of 149.38º 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 #6BFCB2 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 178 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.01 |
| HSL | 149.38º | 0.96% | 0.7% | - |
| HSV(B) | 149.38º | 0.58% | 0.99% | - |
| XYZ | 48.91 | 75.96 | 54.2 | - |
| YUV | 200.21 | 115.46 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 178 | 0.58 | 0 | 0.29 | 0.01 | 149.38 | 0.96 | 0.7 |
| Hex | 6B | FC | B2 | 3A | 0 | 1D | 1 | 95 | 60 | 46 |
| Octal | 153 | 374 | 262 | 72 | 0 | 35 | 1 | 225 | 140 | 106 |
| Binary | 1101011 | 11111100 | 10110010 | 111010 | 0 | 11101 | 1 | 10010101 | 1100000 | 1000110 |
Color Harmonies of #6BFCB2
Complementary color
Monochromatic Colors of #6BFCB2
Black with #6BFCB2
Text Example
Text Example
White with #6BFCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCB2; }
p { color: rgb(107,252,178); }
H1.HeaderClassName
{
color: #6BFCB2;
}
.AnyTagClassName
{
color: #6BFCB2;
}
</style>
background-color css
<style>
a { background-color: #6BFCB2; }
a { background-color: rgb(107,252,178); }
div.DivClassName
{
background-color: #6BFCB2;
}
.BgClassName
{
background-color: #6BFCB2;
}
</style>
border-color css
<style>
span { border-color: #6BFCB2; }
span { border-color: rgb(107,252,178); }
td.TdClassName
{
border-color: #6BFCB2;
}
.TagClassName
{
border-color: #6BFCB2;
}
</style>