Shades of Medium Aquamarine #6FBEA4
Tints of Medium Aquamarine #6FBEA4
RGB
CMYK
RGB Variations
Color information
#6FBEA4 (or 0x6FBEA4) is known color: Medium Aquamarine. HEX triplet: 6F, BE and A4. RGB value is (111,190,164). Sum of RGB (Red+Green+Blue) = 111+190+164=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBEA4 is #90415B. Grayscale: #A3A3A3. Windows color (decimal): -9453916 or 10796655. OLE color: 10796655.
HSL color Cylindrical-coordinate representation of color #6FBEA4: hue angle of 160.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBEA4 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 190 | 164 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.25 |
| HSL | 160.25º | 0.38% | 0.59% | - |
| HSV(B) | 160.25º | 0.42% | 0.75% | - |
| XYZ | 31.67 | 42.89 | 41.73 | - |
| YUV | 163.42 | 128.33 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 164 | 0.42 | 0 | 0.14 | 0.25 | 160.25 | 0.38 | 0.59 |
| Hex | 6F | BE | A4 | 2A | 0 | E | 19 | A0 | 26 | 3B |
| Octal | 157 | 276 | 244 | 52 | 0 | 16 | 31 | 240 | 46 | 73 |
| Binary | 1101111 | 10111110 | 10100100 | 101010 | 0 | 1110 | 11001 | 10100000 | 100110 | 111011 |
Color Harmonies of #6FBEA4
Complementary color
Monochromatic Colors of #6FBEA4
Black with #6FBEA4
Text Example
Text Example
White with #6FBEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBEA4; }
p { color: rgb(111,190,164); }
H1.HeaderClassName
{
color: #6FBEA4;
}
.AnyTagClassName
{
color: #6FBEA4;
}
</style>
background-color css
<style>
a { background-color: #6FBEA4; }
a { background-color: rgb(111,190,164); }
div.DivClassName
{
background-color: #6FBEA4;
}
.BgClassName
{
background-color: #6FBEA4;
}
</style>
border-color css
<style>
span { border-color: #6FBEA4; }
span { border-color: rgb(111,190,164); }
td.TdClassName
{
border-color: #6FBEA4;
}
.TagClassName
{
border-color: #6FBEA4;
}
</style>