Shades of Shamrock #3BDFB1
Tints of Shamrock #3BDFB1
RGB
CMYK
RGB Variations
Color information
#3BDFB1 (or 0x3BDFB1) is known color: Shamrock. HEX triplet: 3B, DF and B1. RGB value is (59,223,177). Sum of RGB (Red+Green+Blue) = 59+223+177=459 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.85% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDFB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDFB1 is #C4204E. Grayscale: #A8A8A8. Windows color (decimal): -12853327 or 11657019. OLE color: 11657019.
HSL color Cylindrical-coordinate representation of color #3BDFB1: hue angle of 163.17º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDFB1 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 177 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.13 |
| HSL | 163.17º | 0.72% | 0.55% | - |
| HSV(B) | 163.17º | 0.74% | 0.87% | - |
| XYZ | 36.13 | 56.88 | 50.67 | - |
| YUV | 168.72 | 132.67 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 177 | 0.74 | 0 | 0.21 | 0.13 | 163.17 | 0.72 | 0.55 |
| Hex | 3B | DF | B1 | 4A | 0 | 15 | D | A3 | 48 | 37 |
| Octal | 73 | 337 | 261 | 112 | 0 | 25 | 15 | 243 | 110 | 67 |
| Binary | 111011 | 11011111 | 10110001 | 1001010 | 0 | 10101 | 1101 | 10100011 | 1001000 | 110111 |
Color Harmonies of #3BDFB1
Complementary color
Monochromatic Colors of #3BDFB1
Black with #3BDFB1
Text Example
Text Example
White with #3BDFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDFB1; }
p { color: rgb(59,223,177); }
H1.HeaderClassName
{
color: #3BDFB1;
}
.AnyTagClassName
{
color: #3BDFB1;
}
</style>
background-color css
<style>
a { background-color: #3BDFB1; }
a { background-color: rgb(59,223,177); }
div.DivClassName
{
background-color: #3BDFB1;
}
.BgClassName
{
background-color: #3BDFB1;
}
</style>
border-color css
<style>
span { border-color: #3BDFB1; }
span { border-color: rgb(59,223,177); }
td.TdClassName
{
border-color: #3BDFB1;
}
.TagClassName
{
border-color: #3BDFB1;
}
</style>