Shades of Shamrock #33BA9C
Tints of Shamrock #33BA9C
RGB
CMYK
RGB Variations
Color information
#33BA9C (or 0x33BA9C) is known color: Shamrock. HEX triplet: 33, BA and 9C. RGB value is (51,186,156). Sum of RGB (Red+Green+Blue) = 51+186+156=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BA9C is #CC4563. Grayscale: #8E8E8E. Windows color (decimal): -13387108 or 10271283. OLE color: 10271283.
HSL color Cylindrical-coordinate representation of color #33BA9C: hue angle of 166.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BA9C is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 186 | 156 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.27 |
| HSL | 166.67º | 0.57% | 0.46% | - |
| HSV(B) | 166.67º | 0.73% | 0.73% | - |
| XYZ | 24.92 | 38.22 | 37.52 | - |
| YUV | 142.22 | 135.77 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 156 | 0.73 | 0 | 0.16 | 0.27 | 166.67 | 0.57 | 0.46 |
| Hex | 33 | BA | 9C | 49 | 0 | 10 | 1B | A7 | 39 | 2E |
| Octal | 63 | 272 | 234 | 111 | 0 | 20 | 33 | 247 | 71 | 56 |
| Binary | 110011 | 10111010 | 10011100 | 1001001 | 0 | 10000 | 11011 | 10100111 | 111001 | 101110 |
Color Harmonies of #33BA9C
Complementary color
Monochromatic Colors of #33BA9C
Black with #33BA9C
Text Example
Text Example
White with #33BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BA9C; }
p { color: rgb(51,186,156); }
H1.HeaderClassName
{
color: #33BA9C;
}
.AnyTagClassName
{
color: #33BA9C;
}
</style>
background-color css
<style>
a { background-color: #33BA9C; }
a { background-color: rgb(51,186,156); }
div.DivClassName
{
background-color: #33BA9C;
}
.BgClassName
{
background-color: #33BA9C;
}
</style>
border-color css
<style>
span { border-color: #33BA9C; }
span { border-color: rgb(51,186,156); }
td.TdClassName
{
border-color: #33BA9C;
}
.TagClassName
{
border-color: #33BA9C;
}
</style>