Shades of Shamrock #33CDB0
Tints of Shamrock #33CDB0
RGB
CMYK
RGB Variations
Color information
#33CDB0 (or 0x33CDB0) is known color: Shamrock. HEX triplet: 33, CD and B0. RGB value is (51,205,176). Sum of RGB (Red+Green+Blue) = 51+205+176=432 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.81% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #33CDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CDB0 is #CC324F. Grayscale: #9B9B9B. Windows color (decimal): -13382224 or 11586867. OLE color: 11586867.
HSL color Cylindrical-coordinate representation of color #33CDB0: hue angle of 168.7º degrees, saturation: 0.61, 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 #33CDB0 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 205 | 176 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.20 |
| HSL | 168.7º | 0.61% | 0.5% | - |
| HSV(B) | 168.7º | 0.75% | 0.8% | - |
| XYZ | 31.03 | 47.5 | 48.61 | - |
| YUV | 155.65 | 139.48 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 205 | 176 | 0.75 | 0 | 0.14 | 0.20 | 168.7 | 0.61 | 0.5 |
| Hex | 33 | CD | B0 | 4B | 0 | E | 14 | A9 | 3D | 32 |
| Octal | 63 | 315 | 260 | 113 | 0 | 16 | 24 | 251 | 75 | 62 |
| Binary | 110011 | 11001101 | 10110000 | 1001011 | 0 | 1110 | 10100 | 10101001 | 111101 | 110010 |
Color Harmonies of #33CDB0
Complementary color
Monochromatic Colors of #33CDB0
Black with #33CDB0
Text Example
Text Example
White with #33CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CDB0; }
p { color: rgb(51,205,176); }
H1.HeaderClassName
{
color: #33CDB0;
}
.AnyTagClassName
{
color: #33CDB0;
}
</style>
background-color css
<style>
a { background-color: #33CDB0; }
a { background-color: rgb(51,205,176); }
div.DivClassName
{
background-color: #33CDB0;
}
.BgClassName
{
background-color: #33CDB0;
}
</style>
border-color css
<style>
span { border-color: #33CDB0; }
span { border-color: rgb(51,205,176); }
td.TdClassName
{
border-color: #33CDB0;
}
.TagClassName
{
border-color: #33CDB0;
}
</style>