Shades of Medium Aquamarine #4BD0B1
Tints of Medium Aquamarine #4BD0B1
RGB
CMYK
RGB Variations
Color information
#4BD0B1 (or 0x4BD0B1) is known color: Medium Aquamarine. HEX triplet: 4B, D0 and B1. RGB value is (75,208,177). Sum of RGB (Red+Green+Blue) = 75+208+177=460 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.30% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD0B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD0B1 is #B42F4E. Grayscale: #A4A4A4. Windows color (decimal): -11808591 or 11653195. OLE color: 11653195.
HSL color Cylindrical-coordinate representation of color #4BD0B1: hue angle of 166.02º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD0B1 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 208 | 177 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.18 |
| HSL | 166.02º | 0.59% | 0.55% | - |
| HSV(B) | 166.02º | 0.64% | 0.82% | - |
| XYZ | 33.39 | 49.78 | 49.44 | - |
| YUV | 164.7 | 134.94 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 208 | 177 | 0.64 | 0 | 0.15 | 0.18 | 166.02 | 0.59 | 0.55 |
| Hex | 4B | D0 | B1 | 40 | 0 | F | 12 | A6 | 3B | 37 |
| Octal | 113 | 320 | 261 | 100 | 0 | 17 | 22 | 246 | 73 | 67 |
| Binary | 1001011 | 11010000 | 10110001 | 1000000 | 0 | 1111 | 10010 | 10100110 | 111011 | 110111 |
Color Harmonies of #4BD0B1
Complementary color
Monochromatic Colors of #4BD0B1
Black with #4BD0B1
Text Example
Text Example
White with #4BD0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD0B1; }
p { color: rgb(75,208,177); }
H1.HeaderClassName
{
color: #4BD0B1;
}
.AnyTagClassName
{
color: #4BD0B1;
}
</style>
background-color css
<style>
a { background-color: #4BD0B1; }
a { background-color: rgb(75,208,177); }
div.DivClassName
{
background-color: #4BD0B1;
}
.BgClassName
{
background-color: #4BD0B1;
}
</style>
border-color css
<style>
span { border-color: #4BD0B1; }
span { border-color: rgb(75,208,177); }
td.TdClassName
{
border-color: #4BD0B1;
}
.TagClassName
{
border-color: #4BD0B1;
}
</style>