Shades of Aquamarine #6AF7CB
Tints of Aquamarine #6AF7CB
RGB
CMYK
RGB Variations
Color information
#6AF7CB (or 0x6AF7CB) is known color: Aquamarine. HEX triplet: 6A, F7 and CB. RGB value is (106,247,203). Sum of RGB (Red+Green+Blue) = 106+247+203=556 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.06% from 556); Green value is 247 (96.88% from 255 or 44.42% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 247 - color contains mainly: green. Hex color #6AF7CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF7CB is #950834. Grayscale: #C7C7C7. Windows color (decimal): -9766965 or 13367146. OLE color: 13367146.
HSL color Cylindrical-coordinate representation of color #6AF7CB: hue angle of 161.28º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF7CB is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 247 | 203 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.03 |
| HSL | 161.28º | 0.9% | 0.69% | - |
| HSV(B) | 161.28º | 0.57% | 0.97% | - |
| XYZ | 49.98 | 73.9 | 68.13 | - |
| YUV | 199.83 | 129.79 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 247 | 203 | 0.57 | 0 | 0.18 | 0.03 | 161.28 | 0.9 | 0.69 |
| Hex | 6A | F7 | CB | 39 | 0 | 12 | 3 | A1 | 5A | 45 |
| Octal | 152 | 367 | 313 | 71 | 0 | 22 | 3 | 241 | 132 | 105 |
| Binary | 1101010 | 11110111 | 11001011 | 111001 | 0 | 10010 | 11 | 10100001 | 1011010 | 1000101 |
Color Harmonies of #6AF7CB
Complementary color
Monochromatic Colors of #6AF7CB
Black with #6AF7CB
Text Example
Text Example
White with #6AF7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF7CB; }
p { color: rgb(106,247,203); }
H1.HeaderClassName
{
color: #6AF7CB;
}
.AnyTagClassName
{
color: #6AF7CB;
}
</style>
background-color css
<style>
a { background-color: #6AF7CB; }
a { background-color: rgb(106,247,203); }
div.DivClassName
{
background-color: #6AF7CB;
}
.BgClassName
{
background-color: #6AF7CB;
}
</style>
border-color css
<style>
span { border-color: #6AF7CB; }
span { border-color: rgb(106,247,203); }
td.TdClassName
{
border-color: #6AF7CB;
}
.TagClassName
{
border-color: #6AF7CB;
}
</style>