#1BE3A4

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

Shades of Shamrock #1BE3A4

Tints of Shamrock #1BE3A4

Color information

#1BE3A4 (or 0x1BE3A4) is unknown color: approx Shamrock. HEX triplet: 1B, E3 and A4. RGB value is (27,227,164). Sum of RGB (Red+Green+Blue) = 27+227+164=418 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.46% from 418); Green value is 227 (89.06% from 255 or 54.31% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 227 - color contains mainly: green. Hex color #1BE3A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BE3A4 is #E41C5B. Grayscale: #A0A0A0. Windows color (decimal): -14949468 or 10806043. OLE color: 10806043.

HSL color Cylindrical-coordinate representation of color #1BE3A4: hue angle of 161.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE3A4 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB27227164-
CMYK0.8800.280.11
HSL161.1º78.74%49.8%-
HSV(B)161.1º88.11%89.02%-
XYZ34.6257.8544.46-
YUV160.02130.2433.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.46%
GREEN value IS 227 (89.06% from 255) = 54.31%
BLUE value IS 164 (64.45% from 255) = 39.23%
R=6.46%
G=54.31%
B=39.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal272271640.8800.280.11161.178.7449.8
Hex1BE3A45801CBa14f32
Octal333432441300341324111762
Binary11011111000111010010010110000111001011101000011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BE3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BE3A4; }

 p { color: rgb(27,227,164); }

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

<style>
 a { background-color: #1BE3A4; }

 a { background-color: rgb(27,227,164); }

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

<style>
 span { border-color: #1BE3A4; }

 span { border-color: rgb(27,227,164); }

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