#2CC8A5

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

Shades of Shamrock #2CC8A5

Tints of Shamrock #2CC8A5

Color information

#2CC8A5 (or 0x2CC8A5) is unknown color: approx Shamrock. HEX triplet: 2C, C8 and A5. RGB value is (44,200,165). Sum of RGB (Red+Green+Blue) = 44+200+165=409 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.76% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #2CC8A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC8A5 is #D3375A. Grayscale: #959595. Windows color (decimal): -13842267 or 10864684. OLE color: 10864684.

HSL color Cylindrical-coordinate representation of color #2CC8A5: hue angle of 166.54º 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 #2CC8A5 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB44200165-
CMYK0.7800.180.22
HSL166.54º63.93%47.84%-
HSV(B)166.54º78%78.43%-
XYZ28.4844.5642.7-
YUV149.37136.8252.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.76%
GREEN value IS 200 (78.52% from 255) = 48.90%
BLUE value IS 165 (64.84% from 255) = 40.34%
R=10.76%
G=48.90%
B=40.34%

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
Decimal442001650.7800.180.22166.5463.9347.84
Hex2CC8A54E01216a74030
Octal543102451160222624710060
Binary1011001100100010100101100111001001010110101001111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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