#3AC4A7

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

Shades of Shamrock #3AC4A7

Tints of Shamrock #3AC4A7

Color information

#3AC4A7 (or 0x3AC4A7) is unknown color: approx Shamrock. HEX triplet: 3A, C4 and A7. RGB value is (58,196,167). Sum of RGB (Red+Green+Blue) = 58+196+167=421 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.78% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC4A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC4A7 is #C53B58. Grayscale: #979797. Windows color (decimal): -12925785 or 10994746. OLE color: 10994746.

HSL color Cylindrical-coordinate representation of color #3AC4A7: hue angle of 167.39º 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 #3AC4A7 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB58196167-
CMYK0.7000.150.23
HSL167.39º54.33%49.8%-
HSV(B)167.39º70.41%76.86%-
XYZ28.4643.1743.39-
YUV151.43136.7861.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.78%
GREEN value IS 196 (76.95% from 255) = 46.56%
BLUE value IS 167 (65.62% from 255) = 39.67%
R=13.78%
G=46.56%
B=39.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal581961670.7000.150.23167.3954.3349.8
Hex3AC4A7460F17a73632
Octal72304247106017272476662
Binary11101011000100101001111000110011111011110100111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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