Shades of Aquamarine #6FF0CB
Tints of Aquamarine #6FF0CB
RGB
CMYK
RGB Variations
Color information
#6FF0CB (or 0x6FF0CB) is known color: Aquamarine. HEX triplet: 6F, F0 and CB. RGB value is (111,240,203). Sum of RGB (Red+Green+Blue) = 111+240+203=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF0CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF0CB is #900F34. Grayscale: #C5C5C5. Windows color (decimal): -9441077 or 13365359. OLE color: 13365359.
HSL color Cylindrical-coordinate representation of color #6FF0CB: hue angle of 162.79º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF0CB is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 240 | 203 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.06 |
| HSL | 162.79º | 0.81% | 0.69% | - |
| HSV(B) | 162.79º | 0.54% | 0.94% | - |
| XYZ | 48.5 | 70.01 | 67.46 | - |
| YUV | 197.21 | 131.26 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 240 | 203 | 0.54 | 0 | 0.15 | 0.06 | 162.79 | 0.81 | 0.69 |
| Hex | 6F | F0 | CB | 36 | 0 | F | 6 | A3 | 51 | 45 |
| Octal | 157 | 360 | 313 | 66 | 0 | 17 | 6 | 243 | 121 | 105 |
| Binary | 1101111 | 11110000 | 11001011 | 110110 | 0 | 1111 | 110 | 10100011 | 1010001 | 1000101 |
Color Harmonies of #6FF0CB
Complementary color
Monochromatic Colors of #6FF0CB
Black with #6FF0CB
Text Example
Text Example
White with #6FF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF0CB; }
p { color: rgb(111,240,203); }
H1.HeaderClassName
{
color: #6FF0CB;
}
.AnyTagClassName
{
color: #6FF0CB;
}
</style>
background-color css
<style>
a { background-color: #6FF0CB; }
a { background-color: rgb(111,240,203); }
div.DivClassName
{
background-color: #6FF0CB;
}
.BgClassName
{
background-color: #6FF0CB;
}
</style>
border-color css
<style>
span { border-color: #6FF0CB; }
span { border-color: rgb(111,240,203); }
td.TdClassName
{
border-color: #6FF0CB;
}
.TagClassName
{
border-color: #6FF0CB;
}
</style>