#2BE4B2

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

Shades of Shamrock #2BE4B2

Tints of Shamrock #2BE4B2

Color information

#2BE4B2 (or 0x2BE4B2) is unknown color: approx Shamrock. HEX triplet: 2B, E4 and B2. RGB value is (43,228,178). Sum of RGB (Red+Green+Blue) = 43+228+178=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #2BE4B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE4B2 is #D41B4D. Grayscale: #A7A7A7. Windows color (decimal): -13900622 or 11723819. OLE color: 11723819.

HSL color Cylindrical-coordinate representation of color #2BE4B2: hue angle of 163.78º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE4B2 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB43228178-
CMYK0.8100.220.11
HSL163.78º77.41%53.14%-
HSV(B)163.78º81.14%89.41%-
XYZ36.7859.2151.61-
YUV166.98134.2139.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.58%
GREEN value IS 228 (89.45% from 255) = 50.78%
BLUE value IS 178 (69.92% from 255) = 39.64%
R=9.58%
G=50.78%
B=39.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal432281780.8100.220.11163.7877.4153.14
Hex2BE4B251016Ba44d35
Octal533442621210261324411565
Binary101011111001001011001010100010101101011101001001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,228,178); }

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

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

 a { background-color: rgb(43,228,178); }

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

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

 span { border-color: rgb(43,228,178); }

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