Shades of Medium Aquamarine #6FCBA5
Tints of Medium Aquamarine #6FCBA5
RGB
CMYK
RGB Variations
Color information
#6FCBA5 (or 0x6FCBA5) is known color: Medium Aquamarine. HEX triplet: 6F, CB and A5. RGB value is (111,203,165). Sum of RGB (Red+Green+Blue) = 111+203+165=479 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.17% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCBA5 is #90345A. Grayscale: #ABABAB. Windows color (decimal): -9450587 or 10865519. OLE color: 10865519.
HSL color Cylindrical-coordinate representation of color #6FCBA5: hue angle of 155.22º 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 #6FCBA5 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 165 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.20 |
| HSL | 155.22º | 0.47% | 0.62% | - |
| HSV(B) | 155.22º | 0.45% | 0.8% | - |
| XYZ | 34.7 | 48.81 | 43.19 | - |
| YUV | 171.16 | 124.52 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 165 | 0.45 | 0 | 0.19 | 0.20 | 155.22 | 0.47 | 0.62 |
| Hex | 6F | CB | A5 | 2D | 0 | 13 | 14 | 9B | 2F | 3E |
| Octal | 157 | 313 | 245 | 55 | 0 | 23 | 24 | 233 | 57 | 76 |
| Binary | 1101111 | 11001011 | 10100101 | 101101 | 0 | 10011 | 10100 | 10011011 | 101111 | 111110 |
Color Harmonies of #6FCBA5
Complementary color
Monochromatic Colors of #6FCBA5
Black with #6FCBA5
Text Example
Text Example
White with #6FCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCBA5; }
p { color: rgb(111,203,165); }
H1.HeaderClassName
{
color: #6FCBA5;
}
.AnyTagClassName
{
color: #6FCBA5;
}
</style>
background-color css
<style>
a { background-color: #6FCBA5; }
a { background-color: rgb(111,203,165); }
div.DivClassName
{
background-color: #6FCBA5;
}
.BgClassName
{
background-color: #6FCBA5;
}
</style>
border-color css
<style>
span { border-color: #6FCBA5; }
span { border-color: rgb(111,203,165); }
td.TdClassName
{
border-color: #6FCBA5;
}
.TagClassName
{
border-color: #6FCBA5;
}
</style>