#3ABE95

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

Shades of Shamrock #3ABE95

Tints of Shamrock #3ABE95

Color information

#3ABE95 (or 0x3ABE95) is unknown color: approx Shamrock. HEX triplet: 3A, BE and 95. RGB value is (58,190,149). Sum of RGB (Red+Green+Blue) = 58+190+149=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABE95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABE95 is #C5416A. Grayscale: #919191. Windows color (decimal): -12927339 or 9813562. OLE color: 9813562.

HSL color Cylindrical-coordinate representation of color #3ABE95: hue angle of 161.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABE95 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB58190149-
CMYK0.6900.220.25
HSL161.36º53.23%48.63%-
HSV(B)161.36º69.47%74.51%-
XYZ25.5839.934.79-
YUV145.86129.7765.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.61%
GREEN value IS 190 (74.61% from 255) = 47.86%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=14.61%
G=47.86%
B=37.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581901490.6900.220.25161.3653.2348.63
Hex3ABE954501619a13531
Octal72276225105026312416561
Binary111010101111101001010110001010101101100110100001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ABE95; }

 p { color: rgb(58,190,149); }

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

<style>
 a { background-color: #3ABE95; }

 a { background-color: rgb(58,190,149); }

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

<style>
 span { border-color: #3ABE95; }

 span { border-color: rgb(58,190,149); }

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