Shades of Shamrock #3BBD9C
Tints of Shamrock #3BBD9C
RGB
CMYK
RGB Variations
Color information
#3BBD9C (or 0x3BBD9C) is known color: Shamrock. HEX triplet: 3B, BD and 9C. RGB value is (59,189,156). Sum of RGB (Red+Green+Blue) = 59+189+156=404 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.60% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBD9C is #C44263. Grayscale: #929292. Windows color (decimal): -12862052 or 10272059. OLE color: 10272059.
HSL color Cylindrical-coordinate representation of color #3BBD9C: hue angle of 164.77º 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 #3BBD9C is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 189 | 156 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.26 |
| HSL | 164.77º | 0.52% | 0.49% | - |
| HSV(B) | 164.77º | 0.69% | 0.74% | - |
| XYZ | 26 | 39.73 | 37.75 | - |
| YUV | 146.37 | 133.43 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 189 | 156 | 0.69 | 0 | 0.17 | 0.26 | 164.77 | 0.52 | 0.49 |
| Hex | 3B | BD | 9C | 45 | 0 | 11 | 1A | A5 | 34 | 31 |
| Octal | 73 | 275 | 234 | 105 | 0 | 21 | 32 | 245 | 64 | 61 |
| Binary | 111011 | 10111101 | 10011100 | 1000101 | 0 | 10001 | 11010 | 10100101 | 110100 | 110001 |
Color Harmonies of #3BBD9C
Complementary color
Monochromatic Colors of #3BBD9C
Black with #3BBD9C
Text Example
Text Example
White with #3BBD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBD9C; }
p { color: rgb(59,189,156); }
H1.HeaderClassName
{
color: #3BBD9C;
}
.AnyTagClassName
{
color: #3BBD9C;
}
</style>
background-color css
<style>
a { background-color: #3BBD9C; }
a { background-color: rgb(59,189,156); }
div.DivClassName
{
background-color: #3BBD9C;
}
.BgClassName
{
background-color: #3BBD9C;
}
</style>
border-color css
<style>
span { border-color: #3BBD9C; }
span { border-color: rgb(59,189,156); }
td.TdClassName
{
border-color: #3BBD9C;
}
.TagClassName
{
border-color: #3BBD9C;
}
</style>