#2be6b1

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

Shades of Shamrock #2BE6B1

Tints of Shamrock #2BE6B1

Color information

#2BE6B1 (or 0x2BE6B1) is unknown color: approx Shamrock. HEX triplet: 2B, E6 and B1. RGB value is (43,230,177). Sum of RGB (Red+Green+Blue) = 43+230+177=450 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.56% from 450); Green value is 230 (90.23% from 255 or 51.11% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE6B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BE6B1 is #D4194E. Grayscale: #A8A8A8. Windows color (decimal): -13900111 or 11658795. OLE color: 11658795.

HSL color Cylindrical-coordinate representation of color #2BE6B1: hue angle of 162.99º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE6B1 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB43230177-
CMYK0.8100.230.10
HSL162.99º78.9%53.53%-
HSV(B)162.99º81.3%90.2%-
XYZ37.2360.2851.27-
YUV168.04133.0538.81-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.56%
GREEN value IS 230 (90.23% from 255) = 51.11%
BLUE value IS 177 (69.53% from 255) = 39.33%
R=9.56%
G=51.11%
B=39.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal432301770.8100.230.10162.9978.953.53
Hex2BE6B151017Aa34f36
Octal533462611210271224311766
Binary101011111001101011000110100010101111010101000111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2be6b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,230,177); }

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

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

 a { background-color: rgb(43,230,177); }

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

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

 span { border-color: rgb(43,230,177); }

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