#2ECBA6

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

Shades of Shamrock #2ECBA6

Tints of Shamrock #2ECBA6

Color information

#2ECBA6 (or 0x2ECBA6) is unknown color: approx Shamrock. HEX triplet: 2E, CB and A6. RGB value is (46,203,166). Sum of RGB (Red+Green+Blue) = 46+203+166=415 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.08% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECBA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECBA6 is #D13459. Grayscale: #979797. Windows color (decimal): -13710426 or 10930990. OLE color: 10930990.

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

Color convert

RGB46203166-
CMYK0.7700.180.20
HSL165.86º63.05%48.82%-
HSV(B)165.86º77.34%79.61%-
XYZ29.3746.0543.42-
YUV151.84135.9952.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.08%
GREEN value IS 203 (79.69% from 255) = 48.92%
BLUE value IS 166 (65.23% from 255) = 40%
R=11.08%
G=48.92%
B=40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal462031660.7700.180.20165.8663.0548.82
Hex2ECBA64D01214a63f31
Octal56313246115022242467761
Binary101110110010111010011010011010100101010010100110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,203,166); }

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

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

 a { background-color: rgb(46,203,166); }

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

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

 span { border-color: rgb(46,203,166); }

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