#3ABCA1

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

Shades of Shamrock #3ABCA1

Tints of Shamrock #3ABCA1

Color information

#3ABCA1 (or 0x3ABCA1) is unknown color: approx Shamrock. HEX triplet: 3A, BC and A1. RGB value is (58,188,161). Sum of RGB (Red+Green+Blue) = 58+188+161=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABCA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABCA1 is #C5435E. Grayscale: #929292. Windows color (decimal): -12927839 or 10599482. OLE color: 10599482.

HSL color Cylindrical-coordinate representation of color #3ABCA1: hue angle of 167.54º 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 #3ABCA1 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB58188161-
CMYK0.6900.140.26
HSL167.54º52.85%48.24%-
HSV(B)167.54º69.15%73.73%-
XYZ26.1639.4439.95-
YUV146.05136.4365.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.25%
GREEN value IS 188 (73.83% from 255) = 46.19%
BLUE value IS 161 (63.28% from 255) = 39.56%
R=14.25%
G=46.19%
B=39.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal581881610.6900.140.26167.5452.8548.24
Hex3ABCA1450E1Aa83530
Octal72274241105016322506560
Binary11101010111100101000011000101011101101010101000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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