Shades of Aquamarine #6BFBCB
Tints of Aquamarine #6BFBCB
RGB
CMYK
RGB Variations
Color information
#6BFBCB (or 0x6BFBCB) is known color: Aquamarine. HEX triplet: 6B, FB and CB. RGB value is (107,251,203). Sum of RGB (Red+Green+Blue) = 107+251+203=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #6BFBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFBCB is #940434. Grayscale: #CACACA. Windows color (decimal): -9700405 or 13368171. OLE color: 13368171.
HSL color Cylindrical-coordinate representation of color #6BFBCB: hue angle of 160º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFBCB is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 251 | 203 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.02 |
| HSL | 160º | 0.95% | 0.7% | - |
| HSV(B) | 160º | 0.57% | 0.98% | - |
| XYZ | 51.34 | 76.43 | 68.55 | - |
| YUV | 202.47 | 128.29 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 251 | 203 | 0.57 | 0 | 0.19 | 0.02 | 160 | 0.95 | 0.7 |
| Hex | 6B | FB | CB | 39 | 0 | 13 | 2 | A0 | 5F | 46 |
| Octal | 153 | 373 | 313 | 71 | 0 | 23 | 2 | 240 | 137 | 106 |
| Binary | 1101011 | 11111011 | 11001011 | 111001 | 0 | 10011 | 10 | 10100000 | 1011111 | 1000110 |
Color Harmonies of #6BFBCB
Complementary color
Monochromatic Colors of #6BFBCB
Black with #6BFBCB
Text Example
Text Example
White with #6BFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFBCB; }
p { color: rgb(107,251,203); }
H1.HeaderClassName
{
color: #6BFBCB;
}
.AnyTagClassName
{
color: #6BFBCB;
}
</style>
background-color css
<style>
a { background-color: #6BFBCB; }
a { background-color: rgb(107,251,203); }
div.DivClassName
{
background-color: #6BFBCB;
}
.BgClassName
{
background-color: #6BFBCB;
}
</style>
border-color css
<style>
span { border-color: #6BFBCB; }
span { border-color: rgb(107,251,203); }
td.TdClassName
{
border-color: #6BFBCB;
}
.TagClassName
{
border-color: #6BFBCB;
}
</style>