Shades of Shamrock #2CCB99
Tints of Shamrock #2CCB99
RGB
CMYK
RGB Variations
Color information
#2CCB99 (or 0x2CCB99) is known color: Shamrock. HEX triplet: 2C, CB and 99. RGB value is (44,203,153). Sum of RGB (Red+Green+Blue) = 44+203+153=400 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCB99 is #D33466. Grayscale: #959595. Windows color (decimal): -13841511 or 10079020. OLE color: 10079020.
HSL color Cylindrical-coordinate representation of color #2CCB99: hue angle of 161.13º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCB99 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 203 | 153 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.20 |
| HSL | 161.13º | 0.64% | 0.48% | - |
| HSV(B) | 161.13º | 0.78% | 0.8% | - |
| XYZ | 28.14 | 45.55 | 37.45 | - |
| YUV | 149.76 | 129.82 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 203 | 153 | 0.78 | 0 | 0.25 | 0.20 | 161.13 | 0.64 | 0.48 |
| Hex | 2C | CB | 99 | 4E | 0 | 19 | 14 | A1 | 40 | 30 |
| Octal | 54 | 313 | 231 | 116 | 0 | 31 | 24 | 241 | 100 | 60 |
| Binary | 101100 | 11001011 | 10011001 | 1001110 | 0 | 11001 | 10100 | 10100001 | 1000000 | 110000 |
Color Harmonies of #2CCB99
Complementary color
Monochromatic Colors of #2CCB99
Black with #2CCB99
Text Example
Text Example
White with #2CCB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCB99; }
p { color: rgb(44,203,153); }
H1.HeaderClassName
{
color: #2CCB99;
}
.AnyTagClassName
{
color: #2CCB99;
}
</style>
background-color css
<style>
a { background-color: #2CCB99; }
a { background-color: rgb(44,203,153); }
div.DivClassName
{
background-color: #2CCB99;
}
.BgClassName
{
background-color: #2CCB99;
}
</style>
border-color css
<style>
span { border-color: #2CCB99; }
span { border-color: rgb(44,203,153); }
td.TdClassName
{
border-color: #2CCB99;
}
.TagClassName
{
border-color: #2CCB99;
}
</style>