#2eccb4

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

Shades of Shamrock #2ECCB4

Tints of Shamrock #2ECCB4

Color information

#2ECCB4 (or 0x2ECCB4) is unknown color: approx Shamrock. HEX triplet: 2E, CC and B4. RGB value is (46,204,180). Sum of RGB (Red+Green+Blue) = 46+204+180=430 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.70% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCB4 is #D1334B. Grayscale: #999999. Windows color (decimal): -13710156 or 11848750. OLE color: 11848750.

HSL color Cylindrical-coordinate representation of color #2ECCB4: hue angle of 170.89º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECCB4 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB46204180-
CMYK0.7700.120.2
HSL170.89º63.2%49.02%-
HSV(B)170.89º77.45%80%-
XYZ30.9647.0650.63-
YUV154.02142.6550.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.70%
GREEN value IS 204 (80.08% from 255) = 47.44%
BLUE value IS 180 (70.70% from 255) = 41.86%
R=10.70%
G=47.44%
B=41.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal462041800.7700.120.2170.8963.249.02
Hex2ECCB44D0C14ab3f31
Octal56314264115014242537761
Binary10111011001100101101001001101011001010010101011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eccb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,204,180); }

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

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

 a { background-color: rgb(46,204,180); }

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

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

 span { border-color: rgb(46,204,180); }

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