Shades of Aquamarine #6BFCB5
Tints of Aquamarine #6BFCB5
RGB
CMYK
RGB Variations
Color information
#6BFCB5 (or 0x6BFCB5) is known color: Aquamarine. HEX triplet: 6B, FC and B5. RGB value is (107,252,181). Sum of RGB (Red+Green+Blue) = 107+252+181=540 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.81% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCB5 is #94034A. Grayscale: #C8C8C8. Windows color (decimal): -9700171 or 11926635. OLE color: 11926635.
HSL color Cylindrical-coordinate representation of color #6BFCB5: hue angle of 150.62º 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 #6BFCB5 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 181 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.01 |
| HSL | 150.62º | 0.96% | 0.7% | - |
| HSV(B) | 150.62º | 0.58% | 0.99% | - |
| XYZ | 49.21 | 76.08 | 55.81 | - |
| YUV | 200.55 | 116.96 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 181 | 0.58 | 0 | 0.28 | 0.01 | 150.62 | 0.96 | 0.7 |
| Hex | 6B | FC | B5 | 3A | 0 | 1C | 1 | 97 | 60 | 46 |
| Octal | 153 | 374 | 265 | 72 | 0 | 34 | 1 | 227 | 140 | 106 |
| Binary | 1101011 | 11111100 | 10110101 | 111010 | 0 | 11100 | 1 | 10010111 | 1100000 | 1000110 |
Color Harmonies of #6BFCB5
Complementary color
Monochromatic Colors of #6BFCB5
Black with #6BFCB5
Text Example
Text Example
White with #6BFCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCB5; }
p { color: rgb(107,252,181); }
H1.HeaderClassName
{
color: #6BFCB5;
}
.AnyTagClassName
{
color: #6BFCB5;
}
</style>
background-color css
<style>
a { background-color: #6BFCB5; }
a { background-color: rgb(107,252,181); }
div.DivClassName
{
background-color: #6BFCB5;
}
.BgClassName
{
background-color: #6BFCB5;
}
</style>
border-color css
<style>
span { border-color: #6BFCB5; }
span { border-color: rgb(107,252,181); }
td.TdClassName
{
border-color: #6BFCB5;
}
.TagClassName
{
border-color: #6BFCB5;
}
</style>