Shades of Shamrock #2CE6B3
Tints of Shamrock #2CE6B3
RGB
CMYK
RGB Variations
Color information
#2CE6B3 (or 0x2CE6B3) is known color: Shamrock. HEX triplet: 2C, E6 and B3. RGB value is (44,230,179). Sum of RGB (Red+Green+Blue) = 44+230+179=453 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.71% from 453); Green value is 230 (90.23% from 255 or 50.77% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE6B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE6B3 is #D3194C. Grayscale: #A8A8A8. Windows color (decimal): -13834573 or 11789868. OLE color: 11789868.
HSL color Cylindrical-coordinate representation of color #2CE6B3: hue angle of 163.55º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE6B3 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 230 | 179 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.10 |
| HSL | 163.55º | 0.79% | 0.54% | - |
| HSV(B) | 163.55º | 0.81% | 0.9% | - |
| XYZ | 37.47 | 60.38 | 52.33 | - |
| YUV | 168.57 | 133.88 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 230 | 179 | 0.81 | 0 | 0.22 | 0.10 | 163.55 | 0.79 | 0.54 |
| Hex | 2C | E6 | B3 | 51 | 0 | 16 | A | A4 | 4F | 36 |
| Octal | 54 | 346 | 263 | 121 | 0 | 26 | 12 | 244 | 117 | 66 |
| Binary | 101100 | 11100110 | 10110011 | 1010001 | 0 | 10110 | 1010 | 10100100 | 1001111 | 110110 |
Color Harmonies of #2CE6B3
Complementary color
Monochromatic Colors of #2CE6B3
Black with #2CE6B3
Text Example
Text Example
White with #2CE6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE6B3; }
p { color: rgb(44,230,179); }
H1.HeaderClassName
{
color: #2CE6B3;
}
.AnyTagClassName
{
color: #2CE6B3;
}
</style>
background-color css
<style>
a { background-color: #2CE6B3; }
a { background-color: rgb(44,230,179); }
div.DivClassName
{
background-color: #2CE6B3;
}
.BgClassName
{
background-color: #2CE6B3;
}
</style>
border-color css
<style>
span { border-color: #2CE6B3; }
span { border-color: rgb(44,230,179); }
td.TdClassName
{
border-color: #2CE6B3;
}
.TagClassName
{
border-color: #2CE6B3;
}
</style>