Shades of Medium Aquamarine #6ADBB1
Tints of Medium Aquamarine #6ADBB1
RGB
CMYK
RGB Variations
Color information
#6ADBB1 (or 0x6ADBB1) is known color: Medium Aquamarine. HEX triplet: 6A, DB and B1. RGB value is (106,219,177). Sum of RGB (Red+Green+Blue) = 106+219+177=502 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.12% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADBB1 is #95244E. Grayscale: #B4B4B4. Windows color (decimal): -9774159 or 11656042. OLE color: 11656042.
HSL color Cylindrical-coordinate representation of color #6ADBB1: hue angle of 157.7º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADBB1 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 177 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.14 |
| HSL | 157.7º | 0.61% | 0.64% | - |
| HSV(B) | 157.7º | 0.52% | 0.86% | - |
| XYZ | 39.21 | 56.9 | 50.51 | - |
| YUV | 180.43 | 126.06 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 177 | 0.52 | 0 | 0.19 | 0.14 | 157.7 | 0.61 | 0.64 |
| Hex | 6A | DB | B1 | 34 | 0 | 13 | E | 9E | 3D | 40 |
| Octal | 152 | 333 | 261 | 64 | 0 | 23 | 16 | 236 | 75 | 100 |
| Binary | 1101010 | 11011011 | 10110001 | 110100 | 0 | 10011 | 1110 | 10011110 | 111101 | 1000000 |
Color Harmonies of #6ADBB1
Complementary color
Monochromatic Colors of #6ADBB1
Black with #6ADBB1
Text Example
Text Example
White with #6ADBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADBB1; }
p { color: rgb(106,219,177); }
H1.HeaderClassName
{
color: #6ADBB1;
}
.AnyTagClassName
{
color: #6ADBB1;
}
</style>
background-color css
<style>
a { background-color: #6ADBB1; }
a { background-color: rgb(106,219,177); }
div.DivClassName
{
background-color: #6ADBB1;
}
.BgClassName
{
background-color: #6ADBB1;
}
</style>
border-color css
<style>
span { border-color: #6ADBB1; }
span { border-color: rgb(106,219,177); }
td.TdClassName
{
border-color: #6ADBB1;
}
.TagClassName
{
border-color: #6ADBB1;
}
</style>