#3AC493

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

Shades of Shamrock #3AC493

Tints of Shamrock #3AC493

Color information

#3AC493 (or 0x3AC493) is unknown color: approx Shamrock. HEX triplet: 3A, C4 and 93. RGB value is (58,196,147). Sum of RGB (Red+Green+Blue) = 58+196+147=401 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.46% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC493 is #C53B6C. Grayscale: #959595. Windows color (decimal): -12925805 or 9684026. OLE color: 9684026.

HSL color Cylindrical-coordinate representation of color #3AC493: hue angle of 158.7º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC493 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB58196147-
CMYK0.7000.250.23
HSL158.7º54.33%49.8%-
HSV(B)158.7º70.41%76.86%-
XYZ26.7542.4934.39-
YUV149.15126.7862.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.46%
GREEN value IS 196 (76.95% from 255) = 48.88%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=14.46%
G=48.88%
B=36.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal581961470.7000.250.23158.754.3349.8
Hex3AC49346019179f3632
Octal72304223106031272376662
Binary111010110001001001001110001100110011011110011111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,196,147); }

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

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

 a { background-color: rgb(58,196,147); }

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

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

 span { border-color: rgb(58,196,147); }

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