Shades of Shamrock #33CFAA
Tints of Shamrock #33CFAA
RGB
CMYK
RGB Variations
Color information
#33CFAA (or 0x33CFAA) is known color: Shamrock. HEX triplet: 33, CF and AA. RGB value is (51,207,170). Sum of RGB (Red+Green+Blue) = 51+207+170=428 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.92% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #33CFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CFAA is #CC3055. Grayscale: #9C9C9C. Windows color (decimal): -13381718 or 11194163. OLE color: 11194163.
HSL color Cylindrical-coordinate representation of color #33CFAA: hue angle of 165.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CFAA is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 207 | 170 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.19 |
| HSL | 165.77º | 0.62% | 0.51% | - |
| HSV(B) | 165.77º | 0.75% | 0.81% | - |
| XYZ | 30.93 | 48.23 | 45.71 | - |
| YUV | 156.14 | 135.82 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 207 | 170 | 0.75 | 0 | 0.18 | 0.19 | 165.77 | 0.62 | 0.51 |
| Hex | 33 | CF | AA | 4B | 0 | 12 | 13 | A6 | 3E | 33 |
| Octal | 63 | 317 | 252 | 113 | 0 | 22 | 23 | 246 | 76 | 63 |
| Binary | 110011 | 11001111 | 10101010 | 1001011 | 0 | 10010 | 10011 | 10100110 | 111110 | 110011 |
Color Harmonies of #33CFAA
Complementary color
Monochromatic Colors of #33CFAA
Black with #33CFAA
Text Example
Text Example
White with #33CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CFAA; }
p { color: rgb(51,207,170); }
H1.HeaderClassName
{
color: #33CFAA;
}
.AnyTagClassName
{
color: #33CFAA;
}
</style>
background-color css
<style>
a { background-color: #33CFAA; }
a { background-color: rgb(51,207,170); }
div.DivClassName
{
background-color: #33CFAA;
}
.BgClassName
{
background-color: #33CFAA;
}
</style>
border-color css
<style>
span { border-color: #33CFAA; }
span { border-color: rgb(51,207,170); }
td.TdClassName
{
border-color: #33CFAA;
}
.TagClassName
{
border-color: #33CFAA;
}
</style>