Shades of Shamrock #3BBD8E
Tints of Shamrock #3BBD8E
RGB
CMYK
RGB Variations
Color information
#3BBD8E (or 0x3BBD8E) is known color: Shamrock. HEX triplet: 3B, BD and 8E. RGB value is (59,189,142). Sum of RGB (Red+Green+Blue) = 59+189+142=390 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.13% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBD8E is #C44271. Grayscale: #909090. Windows color (decimal): -12862066 or 9354555. OLE color: 9354555.
HSL color Cylindrical-coordinate representation of color #3BBD8E: hue angle of 158.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBD8E is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 189 | 142 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.26 |
| HSL | 158.31º | 0.52% | 0.49% | - |
| HSV(B) | 158.31º | 0.69% | 0.74% | - |
| XYZ | 24.88 | 39.28 | 31.86 | - |
| YUV | 144.77 | 126.43 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 189 | 142 | 0.69 | 0 | 0.25 | 0.26 | 158.31 | 0.52 | 0.49 |
| Hex | 3B | BD | 8E | 45 | 0 | 19 | 1A | 9E | 34 | 31 |
| Octal | 73 | 275 | 216 | 105 | 0 | 31 | 32 | 236 | 64 | 61 |
| Binary | 111011 | 10111101 | 10001110 | 1000101 | 0 | 11001 | 11010 | 10011110 | 110100 | 110001 |
Color Harmonies of #3BBD8E
Complementary color
Monochromatic Colors of #3BBD8E
Black with #3BBD8E
Text Example
Text Example
White with #3BBD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBD8E; }
p { color: rgb(59,189,142); }
H1.HeaderClassName
{
color: #3BBD8E;
}
.AnyTagClassName
{
color: #3BBD8E;
}
</style>
background-color css
<style>
a { background-color: #3BBD8E; }
a { background-color: rgb(59,189,142); }
div.DivClassName
{
background-color: #3BBD8E;
}
.BgClassName
{
background-color: #3BBD8E;
}
</style>
border-color css
<style>
span { border-color: #3BBD8E; }
span { border-color: rgb(59,189,142); }
td.TdClassName
{
border-color: #3BBD8E;
}
.TagClassName
{
border-color: #3BBD8E;
}
</style>