#2CCFA1

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

Shades of Shamrock #2CCFA1

Tints of Shamrock #2CCFA1

Color information

#2CCFA1 (or 0x2CCFA1) is unknown color: approx Shamrock. HEX triplet: 2C, CF and A1. RGB value is (44,207,161). Sum of RGB (Red+Green+Blue) = 44+207+161=412 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.68% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCFA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCFA1 is #D3305E. Grayscale: #999999. Windows color (decimal): -13840479 or 10604332. OLE color: 10604332.

HSL color Cylindrical-coordinate representation of color #2CCFA1: hue angle of 163.07º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCFA1 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB44207161-
CMYK0.7900.220.19
HSL163.07º64.94%49.22%-
HSV(B)163.07º78.74%81.18%-
XYZ29.7847.7341.36-
YUV153.02132.550.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.68%
GREEN value IS 207 (81.25% from 255) = 50.24%
BLUE value IS 161 (63.28% from 255) = 39.08%
R=10.68%
G=50.24%
B=39.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal442071610.7900.220.19163.0764.9449.22
Hex2CCFA14F01613a34131
Octal543172411170262324310161
Binary1011001100111110100001100111101011010011101000111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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