#3AC7A6

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

Shades of Shamrock #3AC7A6

Tints of Shamrock #3AC7A6

Color information

#3AC7A6 (or 0x3AC7A6) is unknown color: approx Shamrock. HEX triplet: 3A, C7 and A6. RGB value is (58,199,166). Sum of RGB (Red+Green+Blue) = 58+199+166=423 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.71% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #3AC7A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC7A6 is #C53859. Grayscale: #999999. Windows color (decimal): -12925018 or 10929978. OLE color: 10929978.

HSL color Cylindrical-coordinate representation of color #3AC7A6: hue angle of 165.96º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC7A6 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB58199166-
CMYK0.7100.170.22
HSL165.96º55.73%50.39%-
HSV(B)165.96º70.85%78.04%-
XYZ29.0544.543.13-
YUV153.08135.2960.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.71%
GREEN value IS 199 (78.12% from 255) = 47.04%
BLUE value IS 166 (65.23% from 255) = 39.24%
R=13.71%
G=47.04%
B=39.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal581991660.7100.170.22165.9655.7350.39
Hex3AC7A64701116a63832
Octal72307246107021262467062
Binary111010110001111010011010001110100011011010100110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,199,166); }

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

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

 a { background-color: rgb(58,199,166); }

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

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

 span { border-color: rgb(58,199,166); }

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