Shades of Medium Aquamarine #4ADBB1
Tints of Medium Aquamarine #4ADBB1
RGB
CMYK
RGB Variations
Color information
#4ADBB1 (or 0x4ADBB1) is known color: Medium Aquamarine. HEX triplet: 4A, DB and B1. RGB value is (74,219,177). Sum of RGB (Red+Green+Blue) = 74+219+177=470 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.74% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADBB1 is #B5244E. Grayscale: #AAAAAA. Windows color (decimal): -11871311 or 11656010. OLE color: 11656010.
HSL color Cylindrical-coordinate representation of color #4ADBB1: hue angle of 162.62º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADBB1 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 177 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.14 |
| HSL | 162.62º | 0.67% | 0.57% | - |
| HSV(B) | 162.62º | 0.66% | 0.86% | - |
| XYZ | 36.09 | 55.29 | 50.37 | - |
| YUV | 170.86 | 131.46 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 177 | 0.66 | 0 | 0.19 | 0.14 | 162.62 | 0.67 | 0.57 |
| Hex | 4A | DB | B1 | 42 | 0 | 13 | E | A3 | 43 | 39 |
| Octal | 112 | 333 | 261 | 102 | 0 | 23 | 16 | 243 | 103 | 71 |
| Binary | 1001010 | 11011011 | 10110001 | 1000010 | 0 | 10011 | 1110 | 10100011 | 1000011 | 111001 |
Color Harmonies of #4ADBB1
Complementary color
Monochromatic Colors of #4ADBB1
Black with #4ADBB1
Text Example
Text Example
White with #4ADBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBB1; }
p { color: rgb(74,219,177); }
H1.HeaderClassName
{
color: #4ADBB1;
}
.AnyTagClassName
{
color: #4ADBB1;
}
</style>
background-color css
<style>
a { background-color: #4ADBB1; }
a { background-color: rgb(74,219,177); }
div.DivClassName
{
background-color: #4ADBB1;
}
.BgClassName
{
background-color: #4ADBB1;
}
</style>
border-color css
<style>
span { border-color: #4ADBB1; }
span { border-color: rgb(74,219,177); }
td.TdClassName
{
border-color: #4ADBB1;
}
.TagClassName
{
border-color: #4ADBB1;
}
</style>