#2BECAA

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

Shades of Shamrock #2BECAA

Tints of Shamrock #2BECAA

Color information

#2BECAA (or 0x2BECAA) is unknown color: approx Shamrock. HEX triplet: 2B, EC and AA. RGB value is (43,236,170). Sum of RGB (Red+Green+Blue) = 43+236+170=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BECAA is #D41355. Grayscale: #AAAAAA. Windows color (decimal): -13898582 or 11201579. OLE color: 11201579.

HSL color Cylindrical-coordinate representation of color #2BECAA: hue angle of 159.48º degrees, saturation: 0.84, 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 #2BECAA is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB43236170-
CMYK0.8200.280.07
HSL159.48º83.55%54.71%-
HSV(B)159.48º81.78%92.55%-
XYZ38.2563.4148.25-
YUV170.77127.5636.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.58%
GREEN value IS 236 (92.58% from 255) = 52.56%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=9.58%
G=52.56%
B=37.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal432361700.8200.280.07159.4883.5554.71
Hex2BECAA5201C79f5437
Octal53354252122034723712467
Binary10101111101100101010101010010011100111100111111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,236,170); }

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

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

 a { background-color: rgb(43,236,170); }

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

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

 span { border-color: rgb(43,236,170); }

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