#3ABC8B

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

Shades of Shamrock #3ABC8B

Tints of Shamrock #3ABC8B

Color information

#3ABC8B (or 0x3ABC8B) is unknown color: approx Shamrock. HEX triplet: 3A, BC and 8B. RGB value is (58,188,139). Sum of RGB (Red+Green+Blue) = 58+188+139=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABC8B is #C54374. Grayscale: #8F8F8F. Windows color (decimal): -12927861 or 9157690. OLE color: 9157690.

HSL color Cylindrical-coordinate representation of color #3ABC8B: hue angle of 157.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABC8B is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB58188139-
CMYK0.6900.260.26
HSL157.38º52.85%48.24%-
HSV(B)157.38º69.15%73.73%-
XYZ24.3938.7330.62-
YUV143.54125.4366.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.06%
GREEN value IS 188 (73.83% from 255) = 48.83%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=15.06%
G=48.83%
B=36.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal581881390.6900.260.26157.3852.8548.24
Hex3ABC8B4501A1A9d3530
Octal72274213105032322356560
Binary111010101111001000101110001010110101101010011101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,188,139); }

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

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

 a { background-color: rgb(58,188,139); }

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

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

 span { border-color: rgb(58,188,139); }

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