Shades of Aquamarine #6BF2CB
Tints of Aquamarine #6BF2CB
RGB
CMYK
RGB Variations
Color information
#6BF2CB (or 0x6BF2CB) is known color: Aquamarine. HEX triplet: 6B, F2 and CB. RGB value is (107,242,203). Sum of RGB (Red+Green+Blue) = 107+242+203=552 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.38% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF2CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF2CB is #940D34. Grayscale: #C5C5C5. Windows color (decimal): -9702709 or 13365867. OLE color: 13365867.
HSL color Cylindrical-coordinate representation of color #6BF2CB: hue angle of 162.67º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF2CB is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 203 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.05 |
| HSL | 162.67º | 0.84% | 0.68% | - |
| HSV(B) | 162.67º | 0.56% | 0.95% | - |
| XYZ | 48.6 | 70.94 | 67.63 | - |
| YUV | 197.19 | 131.27 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 203 | 0.56 | 0 | 0.16 | 0.05 | 162.67 | 0.84 | 0.68 |
| Hex | 6B | F2 | CB | 38 | 0 | 10 | 5 | A3 | 54 | 44 |
| Octal | 153 | 362 | 313 | 70 | 0 | 20 | 5 | 243 | 124 | 104 |
| Binary | 1101011 | 11110010 | 11001011 | 111000 | 0 | 10000 | 101 | 10100011 | 1010100 | 1000100 |
Color Harmonies of #6BF2CB
Complementary color
Monochromatic Colors of #6BF2CB
Black with #6BF2CB
Text Example
Text Example
White with #6BF2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF2CB; }
p { color: rgb(107,242,203); }
H1.HeaderClassName
{
color: #6BF2CB;
}
.AnyTagClassName
{
color: #6BF2CB;
}
</style>
background-color css
<style>
a { background-color: #6BF2CB; }
a { background-color: rgb(107,242,203); }
div.DivClassName
{
background-color: #6BF2CB;
}
.BgClassName
{
background-color: #6BF2CB;
}
</style>
border-color css
<style>
span { border-color: #6BF2CB; }
span { border-color: rgb(107,242,203); }
td.TdClassName
{
border-color: #6BF2CB;
}
.TagClassName
{
border-color: #6BF2CB;
}
</style>