#2BEEA3

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

Shades of Shamrock #2BEEA3

Tints of Shamrock #2BEEA3

Color information

#2BEEA3 (or 0x2BEEA3) is unknown color: approx Shamrock. HEX triplet: 2B, EE and A3. RGB value is (43,238,163). Sum of RGB (Red+Green+Blue) = 43+238+163=444 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.68% from 444); Green value is 238 (93.36% from 255 or 53.60% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEEA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEEA3 is #D4115C. Grayscale: #ABABAB. Windows color (decimal): -13898077 or 10743339. OLE color: 10743339.

HSL color Cylindrical-coordinate representation of color #2BEEA3: hue angle of 156.92º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEEA3 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB43238163-
CMYK0.8200.320.07
HSL156.92º85.15%55.1%-
HSV(B)156.92º81.93%93.33%-
XYZ38.1864.3145.05-
YUV171.14123.436.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.68%
GREEN value IS 238 (93.36% from 255) = 53.60%
BLUE value IS 163 (64.06% from 255) = 36.71%
R=9.68%
G=53.60%
B=36.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal432381630.8200.320.07156.9285.1555.1
Hex2BEEA35202079d5537
Octal53356243122040723512567
Binary101011111011101010001110100100100000111100111011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BEEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,238,163); }

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

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

 a { background-color: rgb(43,238,163); }

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

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

 span { border-color: rgb(43,238,163); }

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