Shades of Shamrock #3BDB9F
Tints of Shamrock #3BDB9F
RGB
CMYK
RGB Variations
Color information
#3BDB9F (or 0x3BDB9F) is known color: Shamrock. HEX triplet: 3B, DB and 9F. RGB value is (59,219,159). Sum of RGB (Red+Green+Blue) = 59+219+159=437 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.50% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #3BDB9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDB9F is #C42460. Grayscale: #A4A4A4. Windows color (decimal): -12854369 or 10476347. OLE color: 10476347.
HSL color Cylindrical-coordinate representation of color #3BDB9F: hue angle of 157.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDB9F is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 219 | 159 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.14 |
| HSL | 157.5º | 0.69% | 0.55% | - |
| HSV(B) | 157.5º | 0.73% | 0.86% | - |
| XYZ | 33.39 | 54.1 | 41.48 | - |
| YUV | 164.32 | 124.99 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 219 | 159 | 0.73 | 0 | 0.27 | 0.14 | 157.5 | 0.69 | 0.55 |
| Hex | 3B | DB | 9F | 49 | 0 | 1B | E | 9E | 45 | 37 |
| Octal | 73 | 333 | 237 | 111 | 0 | 33 | 16 | 236 | 105 | 67 |
| Binary | 111011 | 11011011 | 10011111 | 1001001 | 0 | 11011 | 1110 | 10011110 | 1000101 | 110111 |
Color Harmonies of #3BDB9F
Complementary color
Monochromatic Colors of #3BDB9F
Black with #3BDB9F
Text Example
Text Example
White with #3BDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDB9F; }
p { color: rgb(59,219,159); }
H1.HeaderClassName
{
color: #3BDB9F;
}
.AnyTagClassName
{
color: #3BDB9F;
}
</style>
background-color css
<style>
a { background-color: #3BDB9F; }
a { background-color: rgb(59,219,159); }
div.DivClassName
{
background-color: #3BDB9F;
}
.BgClassName
{
background-color: #3BDB9F;
}
</style>
border-color css
<style>
span { border-color: #3BDB9F; }
span { border-color: rgb(59,219,159); }
td.TdClassName
{
border-color: #3BDB9F;
}
.TagClassName
{
border-color: #3BDB9F;
}
</style>