Shades of Shamrock #33CBB3
Tints of Shamrock #33CBB3
RGB
CMYK
RGB Variations
Color information
#33CBB3 (or 0x33CBB3) is known color: Shamrock. HEX triplet: 33, CB and B3. RGB value is (51,203,179). Sum of RGB (Red+Green+Blue) = 51+203+179=433 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.78% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #33CBB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CBB3 is #CC344C. Grayscale: #9A9A9A. Windows color (decimal): -13382733 or 11782963. OLE color: 11782963.
HSL color Cylindrical-coordinate representation of color #33CBB3: hue angle of 170.53º 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 #33CBB3 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 203 | 179 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.20 |
| HSL | 170.53º | 0.6% | 0.5% | - |
| HSV(B) | 170.53º | 0.75% | 0.8% | - |
| XYZ | 30.86 | 46.67 | 50.03 | - |
| YUV | 154.82 | 141.64 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 203 | 179 | 0.75 | 0 | 0.12 | 0.20 | 170.53 | 0.6 | 0.5 |
| Hex | 33 | CB | B3 | 4B | 0 | C | 14 | AB | 3C | 32 |
| Octal | 63 | 313 | 263 | 113 | 0 | 14 | 24 | 253 | 74 | 62 |
| Binary | 110011 | 11001011 | 10110011 | 1001011 | 0 | 1100 | 10100 | 10101011 | 111100 | 110010 |
Color Harmonies of #33CBB3
Complementary color
Monochromatic Colors of #33CBB3
Black with #33CBB3
Text Example
Text Example
White with #33CBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CBB3; }
p { color: rgb(51,203,179); }
H1.HeaderClassName
{
color: #33CBB3;
}
.AnyTagClassName
{
color: #33CBB3;
}
</style>
background-color css
<style>
a { background-color: #33CBB3; }
a { background-color: rgb(51,203,179); }
div.DivClassName
{
background-color: #33CBB3;
}
.BgClassName
{
background-color: #33CBB3;
}
</style>
border-color css
<style>
span { border-color: #33CBB3; }
span { border-color: rgb(51,203,179); }
td.TdClassName
{
border-color: #33CBB3;
}
.TagClassName
{
border-color: #33CBB3;
}
</style>