#2CC8A4

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

Shades of Shamrock #2CC8A4

Tints of Shamrock #2CC8A4

Color information

#2CC8A4 (or 0x2CC8A4) is unknown color: approx Shamrock. HEX triplet: 2C, C8 and A4. RGB value is (44,200,164). Sum of RGB (Red+Green+Blue) = 44+200+164=408 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.78% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #2CC8A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC8A4 is #D3375B. Grayscale: #959595. Windows color (decimal): -13842268 or 10799148. OLE color: 10799148.

HSL color Cylindrical-coordinate representation of color #2CC8A4: hue angle of 166.15º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC8A4 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB44200164-
CMYK0.7800.180.22
HSL166.15º63.93%47.84%-
HSV(B)166.15º78%78.43%-
XYZ28.3944.5242.22-
YUV149.25136.3252.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.78%
GREEN value IS 200 (78.52% from 255) = 49.02%
BLUE value IS 164 (64.45% from 255) = 40.20%
R=10.78%
G=49.02%
B=40.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal442001640.7800.180.22166.1563.9347.84
Hex2CC8A44E01216a64030
Octal543102441160222624610060
Binary1011001100100010100100100111001001010110101001101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,200,164); }

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

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

 a { background-color: rgb(44,200,164); }

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

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

 span { border-color: rgb(44,200,164); }

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