Shades of Shamrock #3BBFAC
Tints of Shamrock #3BBFAC
RGB
CMYK
RGB Variations
Color information
#3BBFAC (or 0x3BBFAC) is known color: Shamrock. HEX triplet: 3B, BF and AC. RGB value is (59,191,172). Sum of RGB (Red+Green+Blue) = 59+191+172=422 (55% of max value = 765). Red value is 59 (23.44% from 255 or 13.98% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #3BBFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBFAC is #C44053. Grayscale: #959595. Windows color (decimal): -12861524 or 11321147. OLE color: 11321147.
HSL color Cylindrical-coordinate representation of color #3BBFAC: hue angle of 171.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBFAC is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 191 | 172 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.25 |
| HSL | 171.36º | 0.53% | 0.49% | - |
| HSV(B) | 171.36º | 0.69% | 0.75% | - |
| XYZ | 27.88 | 41.17 | 45.51 | - |
| YUV | 149.37 | 140.77 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 191 | 172 | 0.69 | 0 | 0.10 | 0.25 | 171.36 | 0.53 | 0.49 |
| Hex | 3B | BF | AC | 45 | 0 | A | 19 | AB | 35 | 31 |
| Octal | 73 | 277 | 254 | 105 | 0 | 12 | 31 | 253 | 65 | 61 |
| Binary | 111011 | 10111111 | 10101100 | 1000101 | 0 | 1010 | 11001 | 10101011 | 110101 | 110001 |
Color Harmonies of #3BBFAC
Complementary color
Monochromatic Colors of #3BBFAC
Black with #3BBFAC
Text Example
Text Example
White with #3BBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBFAC; }
p { color: rgb(59,191,172); }
H1.HeaderClassName
{
color: #3BBFAC;
}
.AnyTagClassName
{
color: #3BBFAC;
}
</style>
background-color css
<style>
a { background-color: #3BBFAC; }
a { background-color: rgb(59,191,172); }
div.DivClassName
{
background-color: #3BBFAC;
}
.BgClassName
{
background-color: #3BBFAC;
}
</style>
border-color css
<style>
span { border-color: #3BBFAC; }
span { border-color: rgb(59,191,172); }
td.TdClassName
{
border-color: #3BBFAC;
}
.TagClassName
{
border-color: #3BBFAC;
}
</style>