Shades of Shamrock #3BDEAC
Tints of Shamrock #3BDEAC
RGB
CMYK
RGB Variations
Color information
#3BDEAC (or 0x3BDEAC) is known color: Shamrock. HEX triplet: 3B, DE and AC. RGB value is (59,222,172). Sum of RGB (Red+Green+Blue) = 59+222+172=453 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.02% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDEAC is #C42153. Grayscale: #A7A7A7. Windows color (decimal): -12853588 or 11329083. OLE color: 11329083.
HSL color Cylindrical-coordinate representation of color #3BDEAC: hue angle of 161.6º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDEAC is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 222 | 172 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.13 |
| HSL | 161.6º | 0.71% | 0.55% | - |
| HSV(B) | 161.6º | 0.73% | 0.87% | - |
| XYZ | 35.37 | 56.15 | 48 | - |
| YUV | 167.56 | 130.5 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 222 | 172 | 0.73 | 0 | 0.23 | 0.13 | 161.6 | 0.71 | 0.55 |
| Hex | 3B | DE | AC | 49 | 0 | 17 | D | A2 | 47 | 37 |
| Octal | 73 | 336 | 254 | 111 | 0 | 27 | 15 | 242 | 107 | 67 |
| Binary | 111011 | 11011110 | 10101100 | 1001001 | 0 | 10111 | 1101 | 10100010 | 1000111 | 110111 |
Color Harmonies of #3BDEAC
Complementary color
Monochromatic Colors of #3BDEAC
Black with #3BDEAC
Text Example
Text Example
White with #3BDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDEAC; }
p { color: rgb(59,222,172); }
H1.HeaderClassName
{
color: #3BDEAC;
}
.AnyTagClassName
{
color: #3BDEAC;
}
</style>
background-color css
<style>
a { background-color: #3BDEAC; }
a { background-color: rgb(59,222,172); }
div.DivClassName
{
background-color: #3BDEAC;
}
.BgClassName
{
background-color: #3BDEAC;
}
</style>
border-color css
<style>
span { border-color: #3BDEAC; }
span { border-color: rgb(59,222,172); }
td.TdClassName
{
border-color: #3BDEAC;
}
.TagClassName
{
border-color: #3BDEAC;
}
</style>