Shades of Shamrock #2BCCAE
Tints of Shamrock #2BCCAE
RGB
CMYK
RGB Variations
Color information
#2BCCAE (or 0x2BCCAE) is known color: Shamrock. HEX triplet: 2B, CC and AE. RGB value is (43,204,174). Sum of RGB (Red+Green+Blue) = 43+204+174=421 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.21% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BCCAE is #D43351. Grayscale: #989898. Windows color (decimal): -13906770 or 11455531. OLE color: 11455531.
HSL color Cylindrical-coordinate representation of color #2BCCAE: hue angle of 168.82º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCCAE is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 204 | 174 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.2 |
| HSL | 168.82º | 0.65% | 0.48% | - |
| HSV(B) | 168.82º | 0.79% | 0.8% | - |
| XYZ | 30.23 | 46.76 | 47.48 | - |
| YUV | 152.44 | 140.16 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 174 | 0.79 | 0 | 0.15 | 0.2 | 168.82 | 0.65 | 0.48 |
| Hex | 2B | CC | AE | 4F | 0 | F | 14 | A9 | 41 | 30 |
| Octal | 53 | 314 | 256 | 117 | 0 | 17 | 24 | 251 | 101 | 60 |
| Binary | 101011 | 11001100 | 10101110 | 1001111 | 0 | 1111 | 10100 | 10101001 | 1000001 | 110000 |
Color Harmonies of #2BCCAE
Complementary color
Monochromatic Colors of #2BCCAE
Black with #2BCCAE
Text Example
Text Example
White with #2BCCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCCAE; }
p { color: rgb(43,204,174); }
H1.HeaderClassName
{
color: #2BCCAE;
}
.AnyTagClassName
{
color: #2BCCAE;
}
</style>
background-color css
<style>
a { background-color: #2BCCAE; }
a { background-color: rgb(43,204,174); }
div.DivClassName
{
background-color: #2BCCAE;
}
.BgClassName
{
background-color: #2BCCAE;
}
</style>
border-color css
<style>
span { border-color: #2BCCAE; }
span { border-color: rgb(43,204,174); }
td.TdClassName
{
border-color: #2BCCAE;
}
.TagClassName
{
border-color: #2BCCAE;
}
</style>