Shades of Shamrock #33CBA4
Tints of Shamrock #33CBA4
RGB
CMYK
RGB Variations
Color information
#33CBA4 (or 0x33CBA4) is known color: Shamrock. HEX triplet: 33, CB and A4. RGB value is (51,203,164). Sum of RGB (Red+Green+Blue) = 51+203+164=418 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.20% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #33CBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CBA4 is #CC345B. Grayscale: #999999. Windows color (decimal): -13382748 or 10799923. OLE color: 10799923.
HSL color Cylindrical-coordinate representation of color #33CBA4: hue angle of 164.61º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CBA4 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 203 | 164 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.20 |
| HSL | 164.61º | 0.6% | 0.5% | - |
| HSV(B) | 164.61º | 0.75% | 0.8% | - |
| XYZ | 29.42 | 46.1 | 42.47 | - |
| YUV | 153.11 | 134.14 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 203 | 164 | 0.75 | 0 | 0.19 | 0.20 | 164.61 | 0.6 | 0.5 |
| Hex | 33 | CB | A4 | 4B | 0 | 13 | 14 | A5 | 3C | 32 |
| Octal | 63 | 313 | 244 | 113 | 0 | 23 | 24 | 245 | 74 | 62 |
| Binary | 110011 | 11001011 | 10100100 | 1001011 | 0 | 10011 | 10100 | 10100101 | 111100 | 110010 |
Color Harmonies of #33CBA4
Complementary color
Monochromatic Colors of #33CBA4
Black with #33CBA4
Text Example
Text Example
White with #33CBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CBA4; }
p { color: rgb(51,203,164); }
H1.HeaderClassName
{
color: #33CBA4;
}
.AnyTagClassName
{
color: #33CBA4;
}
</style>
background-color css
<style>
a { background-color: #33CBA4; }
a { background-color: rgb(51,203,164); }
div.DivClassName
{
background-color: #33CBA4;
}
.BgClassName
{
background-color: #33CBA4;
}
</style>
border-color css
<style>
span { border-color: #33CBA4; }
span { border-color: rgb(51,203,164); }
td.TdClassName
{
border-color: #33CBA4;
}
.TagClassName
{
border-color: #33CBA4;
}
</style>