Shades of Shamrock #3BCEAD
Tints of Shamrock #3BCEAD
RGB
CMYK
RGB Variations
Color information
#3BCEAD (or 0x3BCEAD) is known color: Shamrock. HEX triplet: 3B, CE and AD. RGB value is (59,206,173). Sum of RGB (Red+Green+Blue) = 59+206+173=438 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.47% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCEAD is #C43152. Grayscale: #9E9E9E. Windows color (decimal): -12857683 or 11390523. OLE color: 11390523.
HSL color Cylindrical-coordinate representation of color #3BCEAD: hue angle of 166.53º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCEAD is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 206 | 173 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.19 |
| HSL | 166.53º | 0.6% | 0.52% | - |
| HSV(B) | 166.53º | 0.71% | 0.81% | - |
| XYZ | 31.42 | 48.09 | 47.16 | - |
| YUV | 158.29 | 136.3 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 173 | 0.71 | 0 | 0.16 | 0.19 | 166.53 | 0.6 | 0.52 |
| Hex | 3B | CE | AD | 47 | 0 | 10 | 13 | A7 | 3C | 34 |
| Octal | 73 | 316 | 255 | 107 | 0 | 20 | 23 | 247 | 74 | 64 |
| Binary | 111011 | 11001110 | 10101101 | 1000111 | 0 | 10000 | 10011 | 10100111 | 111100 | 110100 |
Color Harmonies of #3BCEAD
Complementary color
Monochromatic Colors of #3BCEAD
Black with #3BCEAD
Text Example
Text Example
White with #3BCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCEAD; }
p { color: rgb(59,206,173); }
H1.HeaderClassName
{
color: #3BCEAD;
}
.AnyTagClassName
{
color: #3BCEAD;
}
</style>
background-color css
<style>
a { background-color: #3BCEAD; }
a { background-color: rgb(59,206,173); }
div.DivClassName
{
background-color: #3BCEAD;
}
.BgClassName
{
background-color: #3BCEAD;
}
</style>
border-color css
<style>
span { border-color: #3BCEAD; }
span { border-color: rgb(59,206,173); }
td.TdClassName
{
border-color: #3BCEAD;
}
.TagClassName
{
border-color: #3BCEAD;
}
</style>