Shades of Aquamarine #6BF4CB
Tints of Aquamarine #6BF4CB
RGB
CMYK
RGB Variations
Color information
#6BF4CB (or 0x6BF4CB) is known color: Aquamarine. HEX triplet: 6B, F4 and CB. RGB value is (107,244,203). Sum of RGB (Red+Green+Blue) = 107+244+203=554 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.31% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #6BF4CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF4CB is #940B34. Grayscale: #C6C6C6. Windows color (decimal): -9702197 or 13366379. OLE color: 13366379.
HSL color Cylindrical-coordinate representation of color #6BF4CB: hue angle of 162.04º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF4CB is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 244 | 203 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.04 |
| HSL | 162.04º | 0.86% | 0.69% | - |
| HSV(B) | 162.04º | 0.56% | 0.96% | - |
| XYZ | 49.19 | 72.14 | 67.83 | - |
| YUV | 198.36 | 130.61 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 244 | 203 | 0.56 | 0 | 0.17 | 0.04 | 162.04 | 0.86 | 0.69 |
| Hex | 6B | F4 | CB | 38 | 0 | 11 | 4 | A2 | 56 | 45 |
| Octal | 153 | 364 | 313 | 70 | 0 | 21 | 4 | 242 | 126 | 105 |
| Binary | 1101011 | 11110100 | 11001011 | 111000 | 0 | 10001 | 100 | 10100010 | 1010110 | 1000101 |
Color Harmonies of #6BF4CB
Complementary color
Monochromatic Colors of #6BF4CB
Black with #6BF4CB
Text Example
Text Example
White with #6BF4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF4CB; }
p { color: rgb(107,244,203); }
H1.HeaderClassName
{
color: #6BF4CB;
}
.AnyTagClassName
{
color: #6BF4CB;
}
</style>
background-color css
<style>
a { background-color: #6BF4CB; }
a { background-color: rgb(107,244,203); }
div.DivClassName
{
background-color: #6BF4CB;
}
.BgClassName
{
background-color: #6BF4CB;
}
</style>
border-color css
<style>
span { border-color: #6BF4CB; }
span { border-color: rgb(107,244,203); }
td.TdClassName
{
border-color: #6BF4CB;
}
.TagClassName
{
border-color: #6BF4CB;
}
</style>