#47AC70

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

Shades of Ocean Green #47AC70

Tints of Ocean Green #47AC70

Color information

#47AC70 (or 0x47AC70) is unknown color: approx Ocean Green. HEX triplet: 47, AC and 70. RGB value is (71,172,112). Sum of RGB (Red+Green+Blue) = 71+172+112=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #47AC70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AC70 is #B8538F. Grayscale: #878787. Windows color (decimal): -12080016 or 7384135. OLE color: 7384135.

HSL color Cylindrical-coordinate representation of color #47AC70: hue angle of 144.36º 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 #47AC70 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB71172112-
CMYK0.5900.350.33
HSL144.36º41.56%47.65%-
HSV(B)144.36º58.72%67.45%-
XYZ20.2832.0120.44-
YUV134.96115.0482.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 172 (67.58% from 255) = 48.45%
BLUE value IS 112 (44.14% from 255) = 31.55%
R=20%
G=48.45%
B=31.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711721120.5900.350.33144.3641.5647.65
Hex47AC703B02321902a30
Octal10725416073043412205260
Binary1000111101011001110000111011010001110000110010000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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