#47AC7C

Color #47AC7C Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #47AC7C

Tints of Ocean Green #47AC7C

Color information

#47AC7C (or 0x47AC7C) is unknown color: approx Ocean Green. HEX triplet: 47, AC and 7C. RGB value is (71,172,124). Sum of RGB (Red+Green+Blue) = 71+172+124=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #47AC7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AC7C is #B85383. Grayscale: #888888. Windows color (decimal): -12080004 or 8170567. OLE color: 8170567.

HSL color Cylindrical-coordinate representation of color #47AC7C: hue angle of 151.49º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AC7C is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB71172124-
CMYK0.5900.280.33
HSL151.49º41.56%47.65%-
HSV(B)151.49º58.72%67.45%-
XYZ20.9932.324.2-
YUV136.33121.0481.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.35%
GREEN value IS 172 (67.58% from 255) = 46.87%
BLUE value IS 124 (48.83% from 255) = 33.79%
R=19.35%
G=46.87%
B=33.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711721240.5900.280.33151.4941.5647.65
Hex47AC7C3B01C21972a30
Octal10725417473034412275260
Binary100011110101100111110011101101110010000110010111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47AC7C; }

 p { color: rgb(71,172,124); }

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

<style>
 a { background-color: #47AC7C; }

 a { background-color: rgb(71,172,124); }

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

<style>
 span { border-color: #47AC7C; }

 span { border-color: rgb(71,172,124); }

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