Shades of Medium Aquamarine #6FCB9E
Tints of Medium Aquamarine #6FCB9E
RGB
CMYK
RGB Variations
Color information
#6FCB9E (or 0x6FCB9E) is known color: Medium Aquamarine. HEX triplet: 6F, CB and 9E. RGB value is (111,203,158). Sum of RGB (Red+Green+Blue) = 111+203+158=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCB9E is #903461. Grayscale: #AAAAAA. Windows color (decimal): -9450594 or 10406767. OLE color: 10406767.
HSL color Cylindrical-coordinate representation of color #6FCB9E: hue angle of 150.65º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCB9E is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 158 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.20 |
| HSL | 150.65º | 0.47% | 0.62% | - |
| HSV(B) | 150.65º | 0.45% | 0.8% | - |
| XYZ | 34.08 | 48.56 | 39.92 | - |
| YUV | 170.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 158 | 0.45 | 0 | 0.22 | 0.20 | 150.65 | 0.47 | 0.62 |
| Hex | 6F | CB | 9E | 2D | 0 | 16 | 14 | 97 | 2F | 3E |
| Octal | 157 | 313 | 236 | 55 | 0 | 26 | 24 | 227 | 57 | 76 |
| Binary | 1101111 | 11001011 | 10011110 | 101101 | 0 | 10110 | 10100 | 10010111 | 101111 | 111110 |
Color Harmonies of #6FCB9E
Complementary color
Monochromatic Colors of #6FCB9E
Black with #6FCB9E
Text Example
Text Example
White with #6FCB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCB9E; }
p { color: rgb(111,203,158); }
H1.HeaderClassName
{
color: #6FCB9E;
}
.AnyTagClassName
{
color: #6FCB9E;
}
</style>
background-color css
<style>
a { background-color: #6FCB9E; }
a { background-color: rgb(111,203,158); }
div.DivClassName
{
background-color: #6FCB9E;
}
.BgClassName
{
background-color: #6FCB9E;
}
</style>
border-color css
<style>
span { border-color: #6FCB9E; }
span { border-color: rgb(111,203,158); }
td.TdClassName
{
border-color: #6FCB9E;
}
.TagClassName
{
border-color: #6FCB9E;
}
</style>