#47AC7B

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

Shades of Ocean Green #47AC7B

Tints of Ocean Green #47AC7B

Color information

#47AC7B (or 0x47AC7B) is unknown color: approx Ocean Green. HEX triplet: 47, AC and 7B. RGB value is (71,172,123). Sum of RGB (Red+Green+Blue) = 71+172+123=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #47AC7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AC7B is #B85384. Grayscale: #888888. Windows color (decimal): -12080005 or 8105031. OLE color: 8105031.

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

Color convert

RGB71172123-
CMYK0.5900.280.33
HSL150.89º41.56%47.65%-
HSV(B)150.89º58.72%67.45%-
XYZ20.9332.2723.87-
YUV136.22120.5481.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.40%
GREEN value IS 172 (67.58% from 255) = 46.99%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=19.40%
G=46.99%
B=33.61%

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
Decimal711721230.5900.280.33150.8941.5647.65
Hex47AC7B3B01C21972a30
Octal10725417373034412275260
Binary100011110101100111101111101101110010000110010111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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