Shades of Shamrock #33CAB1
Tints of Shamrock #33CAB1
RGB
CMYK
RGB Variations
Color information
#33CAB1 (or 0x33CAB1) is known color: Shamrock. HEX triplet: 33, CA and B1. RGB value is (51,202,177). Sum of RGB (Red+Green+Blue) = 51+202+177=430 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.86% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #33CAB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CAB1 is #CC354E. Grayscale: #999999. Windows color (decimal): -13382991 or 11651635. OLE color: 11651635.
HSL color Cylindrical-coordinate representation of color #33CAB1: hue angle of 170.07º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CAB1 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 202 | 177 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.21 |
| HSL | 170.07º | 0.6% | 0.5% | - |
| HSV(B) | 170.07º | 0.75% | 0.79% | - |
| XYZ | 30.42 | 46.12 | 48.89 | - |
| YUV | 154 | 140.97 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 202 | 177 | 0.75 | 0 | 0.12 | 0.21 | 170.07 | 0.6 | 0.5 |
| Hex | 33 | CA | B1 | 4B | 0 | C | 15 | AA | 3C | 32 |
| Octal | 63 | 312 | 261 | 113 | 0 | 14 | 25 | 252 | 74 | 62 |
| Binary | 110011 | 11001010 | 10110001 | 1001011 | 0 | 1100 | 10101 | 10101010 | 111100 | 110010 |
Color Harmonies of #33CAB1
Complementary color
Monochromatic Colors of #33CAB1
Black with #33CAB1
Text Example
Text Example
White with #33CAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CAB1; }
p { color: rgb(51,202,177); }
H1.HeaderClassName
{
color: #33CAB1;
}
.AnyTagClassName
{
color: #33CAB1;
}
</style>
background-color css
<style>
a { background-color: #33CAB1; }
a { background-color: rgb(51,202,177); }
div.DivClassName
{
background-color: #33CAB1;
}
.BgClassName
{
background-color: #33CAB1;
}
</style>
border-color css
<style>
span { border-color: #33CAB1; }
span { border-color: rgb(51,202,177); }
td.TdClassName
{
border-color: #33CAB1;
}
.TagClassName
{
border-color: #33CAB1;
}
</style>