Shades of Medium Aquamarine #4ADFB2
Tints of Medium Aquamarine #4ADFB2
RGB
CMYK
RGB Variations
Color information
#4ADFB2 (or 0x4ADFB2) is known color: Medium Aquamarine. HEX triplet: 4A, DF and B2. RGB value is (74,223,178). Sum of RGB (Red+Green+Blue) = 74+223+178=475 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.58% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADFB2 is #B5204D. Grayscale: #ADADAD. Windows color (decimal): -11870286 or 11722570. OLE color: 11722570.
HSL color Cylindrical-coordinate representation of color #4ADFB2: hue angle of 161.88º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADFB2 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 178 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.13 |
| HSL | 161.88º | 0.7% | 0.58% | - |
| HSV(B) | 161.88º | 0.67% | 0.87% | - |
| XYZ | 37.25 | 57.45 | 51.24 | - |
| YUV | 173.32 | 130.64 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 178 | 0.67 | 0 | 0.20 | 0.13 | 161.88 | 0.7 | 0.58 |
| Hex | 4A | DF | B2 | 43 | 0 | 14 | D | A2 | 46 | 3A |
| Octal | 112 | 337 | 262 | 103 | 0 | 24 | 15 | 242 | 106 | 72 |
| Binary | 1001010 | 11011111 | 10110010 | 1000011 | 0 | 10100 | 1101 | 10100010 | 1000110 | 111010 |
Color Harmonies of #4ADFB2
Complementary color
Monochromatic Colors of #4ADFB2
Black with #4ADFB2
Text Example
Text Example
White with #4ADFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFB2; }
p { color: rgb(74,223,178); }
H1.HeaderClassName
{
color: #4ADFB2;
}
.AnyTagClassName
{
color: #4ADFB2;
}
</style>
background-color css
<style>
a { background-color: #4ADFB2; }
a { background-color: rgb(74,223,178); }
div.DivClassName
{
background-color: #4ADFB2;
}
.BgClassName
{
background-color: #4ADFB2;
}
</style>
border-color css
<style>
span { border-color: #4ADFB2; }
span { border-color: rgb(74,223,178); }
td.TdClassName
{
border-color: #4ADFB2;
}
.TagClassName
{
border-color: #4ADFB2;
}
</style>