Shades of Shamrock #33DFAC
Tints of Shamrock #33DFAC
RGB
CMYK
RGB Variations
Color information
#33DFAC (or 0x33DFAC) is known color: Shamrock. HEX triplet: 33, DF and AC. RGB value is (51,223,172). Sum of RGB (Red+Green+Blue) = 51+223+172=446 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.43% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #33DFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DFAC is #CC2053. Grayscale: #A5A5A5. Windows color (decimal): -13377620 or 11329331. OLE color: 11329331.
HSL color Cylindrical-coordinate representation of color #33DFAC: hue angle of 162.21º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DFAC is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 223 | 172 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.13 |
| HSL | 162.21º | 0.73% | 0.54% | - |
| HSV(B) | 162.21º | 0.77% | 0.87% | - |
| XYZ | 35.2 | 56.46 | 48.07 | - |
| YUV | 165.76 | 131.52 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 172 | 0.77 | 0 | 0.23 | 0.13 | 162.21 | 0.73 | 0.54 |
| Hex | 33 | DF | AC | 4D | 0 | 17 | D | A2 | 49 | 36 |
| Octal | 63 | 337 | 254 | 115 | 0 | 27 | 15 | 242 | 111 | 66 |
| Binary | 110011 | 11011111 | 10101100 | 1001101 | 0 | 10111 | 1101 | 10100010 | 1001001 | 110110 |
Color Harmonies of #33DFAC
Complementary color
Monochromatic Colors of #33DFAC
Black with #33DFAC
Text Example
Text Example
White with #33DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFAC; }
p { color: rgb(51,223,172); }
H1.HeaderClassName
{
color: #33DFAC;
}
.AnyTagClassName
{
color: #33DFAC;
}
</style>
background-color css
<style>
a { background-color: #33DFAC; }
a { background-color: rgb(51,223,172); }
div.DivClassName
{
background-color: #33DFAC;
}
.BgClassName
{
background-color: #33DFAC;
}
</style>
border-color css
<style>
span { border-color: #33DFAC; }
span { border-color: rgb(51,223,172); }
td.TdClassName
{
border-color: #33DFAC;
}
.TagClassName
{
border-color: #33DFAC;
}
</style>