#2BE7A6

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

Shades of Shamrock #2BE7A6

Tints of Shamrock #2BE7A6

Color information

#2BE7A6 (or 0x2BE7A6) is unknown color: approx Shamrock. HEX triplet: 2B, E7 and A6. RGB value is (43,231,166). Sum of RGB (Red+Green+Blue) = 43+231+166=440 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.77% from 440); Green value is 231 (90.62% from 255 or 52.5% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE7A6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BE7A6 is #D41859. Grayscale: #A7A7A7. Windows color (decimal): -13899866 or 10938155. OLE color: 10938155.

HSL color Cylindrical-coordinate representation of color #2BE7A6: hue angle of 159.26º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE7A6 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB43231166-
CMYK0.8100.280.09
HSL159.26º79.66%53.73%-
HSV(B)159.26º81.39%90.59%-
XYZ36.4660.4245.82-
YUV167.38127.2239.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.77%
GREEN value IS 231 (90.62% from 255) = 52.5%
BLUE value IS 166 (65.23% from 255) = 37.73%
R=9.77%
G=52.5%
B=37.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal432311660.8100.280.09159.2679.6653.73
Hex2BE7A65101C99f5036
Octal533472461210341123712066
Binary101011111001111010011010100010111001001100111111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,231,166); }

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

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

 a { background-color: rgb(43,231,166); }

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

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

 span { border-color: rgb(43,231,166); }

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