Shades of Shamrock #3BBDA4
Tints of Shamrock #3BBDA4
RGB
CMYK
RGB Variations
Color information
#3BBDA4 (or 0x3BBDA4) is known color: Shamrock. HEX triplet: 3B, BD and A4. RGB value is (59,189,164). Sum of RGB (Red+Green+Blue) = 59+189+164=412 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.32% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 164 (64.45% from 255 or 39.81% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBDA4 is #C4425B. Grayscale: #939393. Windows color (decimal): -12862044 or 10796347. OLE color: 10796347.
HSL color Cylindrical-coordinate representation of color #3BBDA4: hue angle of 168.46º 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 #3BBDA4 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 189 | 164 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.26 |
| HSL | 168.46º | 0.52% | 0.49% | - |
| HSV(B) | 168.46º | 0.69% | 0.74% | - |
| XYZ | 26.7 | 40.01 | 41.44 | - |
| YUV | 147.28 | 137.43 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 189 | 164 | 0.69 | 0 | 0.13 | 0.26 | 168.46 | 0.52 | 0.49 |
| Hex | 3B | BD | A4 | 45 | 0 | D | 1A | A8 | 34 | 31 |
| Octal | 73 | 275 | 244 | 105 | 0 | 15 | 32 | 250 | 64 | 61 |
| Binary | 111011 | 10111101 | 10100100 | 1000101 | 0 | 1101 | 11010 | 10101000 | 110100 | 110001 |
Color Harmonies of #3BBDA4
Complementary color
Monochromatic Colors of #3BBDA4
Black with #3BBDA4
Text Example
Text Example
White with #3BBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBDA4; }
p { color: rgb(59,189,164); }
H1.HeaderClassName
{
color: #3BBDA4;
}
.AnyTagClassName
{
color: #3BBDA4;
}
</style>
background-color css
<style>
a { background-color: #3BBDA4; }
a { background-color: rgb(59,189,164); }
div.DivClassName
{
background-color: #3BBDA4;
}
.BgClassName
{
background-color: #3BBDA4;
}
</style>
border-color css
<style>
span { border-color: #3BBDA4; }
span { border-color: rgb(59,189,164); }
td.TdClassName
{
border-color: #3BBDA4;
}
.TagClassName
{
border-color: #3BBDA4;
}
</style>