#3ABF8C

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

Shades of Shamrock #3ABF8C

Tints of Shamrock #3ABF8C

Color information

#3ABF8C (or 0x3ABF8C) is unknown color: approx Shamrock. HEX triplet: 3A, BF and 8C. RGB value is (58,191,140). Sum of RGB (Red+Green+Blue) = 58+191+140=389 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.91% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABF8C is #C54073. Grayscale: #919191. Windows color (decimal): -12927092 or 9223994. OLE color: 9223994.

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

Color convert

RGB58191140-
CMYK0.7000.270.25
HSL156.99º53.41%48.82%-
HSV(B)156.99º69.63%74.9%-
XYZ25.1140.0531.22-
YUV145.42124.9465.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.91%
GREEN value IS 191 (75% from 255) = 49.10%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=14.91%
G=49.10%
B=35.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581911400.7000.270.25156.9953.4148.82
Hex3ABF8C4601B199d3531
Octal72277214106033312356561
Binary111010101111111000110010001100110111100110011101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,191,140); }

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

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

 a { background-color: rgb(58,191,140); }

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

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

 span { border-color: rgb(58,191,140); }

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