Shades of Shamrock #3BDEAA
Tints of Shamrock #3BDEAA
RGB
CMYK
RGB Variations
Color information
#3BDEAA (or 0x3BDEAA) is known color: Shamrock. HEX triplet: 3B, DE and AA. RGB value is (59,222,170). Sum of RGB (Red+Green+Blue) = 59+222+170=451 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.08% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDEAA is #C42155. Grayscale: #A7A7A7. Windows color (decimal): -12853590 or 11198011. OLE color: 11198011.
HSL color Cylindrical-coordinate representation of color #3BDEAA: hue angle of 160.86º degrees, saturation: 0.71, 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 #3BDEAA is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 222 | 170 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.13 |
| HSL | 160.86º | 0.71% | 0.55% | - |
| HSV(B) | 160.86º | 0.73% | 0.87% | - |
| XYZ | 35.18 | 56.07 | 47 | - |
| YUV | 167.34 | 129.5 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 222 | 170 | 0.73 | 0 | 0.23 | 0.13 | 160.86 | 0.71 | 0.55 |
| Hex | 3B | DE | AA | 49 | 0 | 17 | D | A1 | 47 | 37 |
| Octal | 73 | 336 | 252 | 111 | 0 | 27 | 15 | 241 | 107 | 67 |
| Binary | 111011 | 11011110 | 10101010 | 1001001 | 0 | 10111 | 1101 | 10100001 | 1000111 | 110111 |
Color Harmonies of #3BDEAA
Complementary color
Monochromatic Colors of #3BDEAA
Black with #3BDEAA
Text Example
Text Example
White with #3BDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDEAA; }
p { color: rgb(59,222,170); }
H1.HeaderClassName
{
color: #3BDEAA;
}
.AnyTagClassName
{
color: #3BDEAA;
}
</style>
background-color css
<style>
a { background-color: #3BDEAA; }
a { background-color: rgb(59,222,170); }
div.DivClassName
{
background-color: #3BDEAA;
}
.BgClassName
{
background-color: #3BDEAA;
}
</style>
border-color css
<style>
span { border-color: #3BDEAA; }
span { border-color: rgb(59,222,170); }
td.TdClassName
{
border-color: #3BDEAA;
}
.TagClassName
{
border-color: #3BDEAA;
}
</style>