#2befab

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

Shades of Shamrock #2BEFAB

Tints of Shamrock #2BEFAB

Color information

#2BEFAB (or 0x2BEFAB) is unknown color: approx Shamrock. HEX triplet: 2B, EF and AB. RGB value is (43,239,171). Sum of RGB (Red+Green+Blue) = 43+239+171=453 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.49% from 453); Green value is 239 (93.75% from 255 or 52.76% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEFAB is #D41054. Grayscale: #ACACAC. Windows color (decimal): -13897813 or 11267883. OLE color: 11267883.

HSL color Cylindrical-coordinate representation of color #2BEFAB: hue angle of 159.18º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEFAB is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB43239171-
CMYK0.8200.280.06
HSL159.18º85.96%55.29%-
HSV(B)159.18º82.01%93.73%-
XYZ39.2165.1949.04-
YUV172.64127.0735.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.49%
GREEN value IS 239 (93.75% from 255) = 52.76%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=9.49%
G=52.76%
B=37.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal432391710.8200.280.06159.1885.9655.29
Hex2BEFAB5201C69f5637
Octal53357253122034623712667
Binary10101111101111101010111010010011100110100111111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2befab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,239,171); }

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

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

 a { background-color: rgb(43,239,171); }

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

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

 span { border-color: rgb(43,239,171); }

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