Shades of Shamrock #3BDDB2
Tints of Shamrock #3BDDB2
RGB
CMYK
RGB Variations
Color information
#3BDDB2 (or 0x3BDDB2) is known color: Shamrock. HEX triplet: 3B, DD and B2. RGB value is (59,221,178). Sum of RGB (Red+Green+Blue) = 59+221+178=458 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.88% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDDB2 is #C4224D. Grayscale: #A7A7A7. Windows color (decimal): -12853838 or 11722043. OLE color: 11722043.
HSL color Cylindrical-coordinate representation of color #3BDDB2: hue angle of 164.07º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDDB2 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 178 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.13 |
| HSL | 164.07º | 0.7% | 0.55% | - |
| HSV(B) | 164.07º | 0.73% | 0.87% | - |
| XYZ | 35.7 | 55.86 | 51.02 | - |
| YUV | 167.66 | 133.83 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 178 | 0.73 | 0 | 0.19 | 0.13 | 164.07 | 0.7 | 0.55 |
| Hex | 3B | DD | B2 | 49 | 0 | 13 | D | A4 | 46 | 37 |
| Octal | 73 | 335 | 262 | 111 | 0 | 23 | 15 | 244 | 106 | 67 |
| Binary | 111011 | 11011101 | 10110010 | 1001001 | 0 | 10011 | 1101 | 10100100 | 1000110 | 110111 |
Color Harmonies of #3BDDB2
Complementary color
Monochromatic Colors of #3BDDB2
Black with #3BDDB2
Text Example
Text Example
White with #3BDDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDDB2; }
p { color: rgb(59,221,178); }
H1.HeaderClassName
{
color: #3BDDB2;
}
.AnyTagClassName
{
color: #3BDDB2;
}
</style>
background-color css
<style>
a { background-color: #3BDDB2; }
a { background-color: rgb(59,221,178); }
div.DivClassName
{
background-color: #3BDDB2;
}
.BgClassName
{
background-color: #3BDDB2;
}
</style>
border-color css
<style>
span { border-color: #3BDDB2; }
span { border-color: rgb(59,221,178); }
td.TdClassName
{
border-color: #3BDDB2;
}
.TagClassName
{
border-color: #3BDDB2;
}
</style>