#3ACC6B

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

Shades of Emerald #3ACC6B

Tints of Emerald #3ACC6B

Color information

#3ACC6B (or 0x3ACC6B) is unknown color: approx Emerald. HEX triplet: 3A, CC and 6B. RGB value is (58,204,107). Sum of RGB (Red+Green+Blue) = 58+204+107=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 204 (80.08% from 255 or 55.28% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACC6B is #C53394. Grayscale: #959595. Windows color (decimal): -12923797 or 7064634. OLE color: 7064634.

HSL color Cylindrical-coordinate representation of color #3ACC6B: hue angle of 140.14º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACC6B is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB58204107-
CMYK0.7200.480.2
HSL140.14º58.87%51.37%-
HSV(B)140.14º71.57%80%-
XYZ25.9945.1521.25-
YUV149.29104.1362.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.72%
GREEN value IS 204 (80.08% from 255) = 55.28%
BLUE value IS 107 (42.19% from 255) = 29.00%
R=15.72%
G=55.28%
B=29.00%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal582041070.7200.480.2140.1458.8751.37
Hex3ACC6B48030148c3b33
Octal72314153110060242147363
Binary111010110011001101011100100001100001010010001100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,204,107); }

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

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

 a { background-color: rgb(58,204,107); }

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

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

 span { border-color: rgb(58,204,107); }

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