Shades of Medium Aquamarine #6FCDB2
Tints of Medium Aquamarine #6FCDB2
RGB
CMYK
RGB Variations
Color information
#6FCDB2 (or 0x6FCDB2) is known color: Medium Aquamarine. HEX triplet: 6F, CD and B2. RGB value is (111,205,178). Sum of RGB (Red+Green+Blue) = 111+205+178=494 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.47% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCDB2 is #90324D. Grayscale: #ADADAD. Windows color (decimal): -9450062 or 11717999. OLE color: 11717999.
HSL color Cylindrical-coordinate representation of color #6FCDB2: hue angle of 162.77º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCDB2 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 178 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.20 |
| HSL | 162.77º | 0.48% | 0.62% | - |
| HSV(B) | 162.77º | 0.46% | 0.8% | - |
| XYZ | 36.42 | 50.26 | 49.9 | - |
| YUV | 173.82 | 130.36 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 178 | 0.46 | 0 | 0.13 | 0.20 | 162.77 | 0.48 | 0.62 |
| Hex | 6F | CD | B2 | 2E | 0 | D | 14 | A3 | 30 | 3E |
| Octal | 157 | 315 | 262 | 56 | 0 | 15 | 24 | 243 | 60 | 76 |
| Binary | 1101111 | 11001101 | 10110010 | 101110 | 0 | 1101 | 10100 | 10100011 | 110000 | 111110 |
Color Harmonies of #6FCDB2
Complementary color
Monochromatic Colors of #6FCDB2
Black with #6FCDB2
Text Example
Text Example
White with #6FCDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDB2; }
p { color: rgb(111,205,178); }
H1.HeaderClassName
{
color: #6FCDB2;
}
.AnyTagClassName
{
color: #6FCDB2;
}
</style>
background-color css
<style>
a { background-color: #6FCDB2; }
a { background-color: rgb(111,205,178); }
div.DivClassName
{
background-color: #6FCDB2;
}
.BgClassName
{
background-color: #6FCDB2;
}
</style>
border-color css
<style>
span { border-color: #6FCDB2; }
span { border-color: rgb(111,205,178); }
td.TdClassName
{
border-color: #6FCDB2;
}
.TagClassName
{
border-color: #6FCDB2;
}
</style>