#2CC1A1

Color #2CC1A1 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2CC1A1

Tints of Shamrock #2CC1A1

Color information

#2CC1A1 (or 0x2CC1A1) is unknown color: approx Shamrock. HEX triplet: 2C, C1 and A1. RGB value is (44,193,161). Sum of RGB (Red+Green+Blue) = 44+193+161=398 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.06% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC1A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC1A1 is #D33E5E. Grayscale: #909090. Windows color (decimal): -13844063 or 10600748. OLE color: 10600748.

HSL color Cylindrical-coordinate representation of color #2CC1A1: hue angle of 167.11º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC1A1 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB44193161-
CMYK0.7700.170.24
HSL167.11º62.87%46.47%-
HSV(B)167.11º77.2%75.69%-
XYZ26.5441.2540.28-
YUV144.8137.1456.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 11.06%
GREEN value IS 193 (75.78% from 255) = 48.49%
BLUE value IS 161 (63.28% from 255) = 40.45%
R=11.06%
G=48.49%
B=40.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal441931610.7700.170.24167.1162.8746.47
Hex2CC1A14D01118a73f2e
Octal54301241115021302477756
Binary101100110000011010000110011010100011100010100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CC1A1; }

 p { color: rgb(44,193,161); }

 H1.HeaderClassName
 {
   color: #2CC1A1;
 }
 .AnyTagClassName
 {
   color: #2CC1A1;
 }
</style>
background-color css

<style>
 a { background-color: #2CC1A1; }

 a { background-color: rgb(44,193,161); }

 div.DivClassName
 {
   background-color: #2CC1A1;
 }
 .BgClassName
 {
   background-color: #2CC1A1;
 }
</style>
border-color css

<style>
 span { border-color: #2CC1A1; }

 span { border-color: rgb(44,193,161); }

 td.TdClassName
 {
   border-color: #2CC1A1;
 }
 .TagClassName
 {
   border-color: #2CC1A1;
 }
</style>