#47AE7A

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

Shades of Ocean Green #47AE7A

Tints of Ocean Green #47AE7A

Color information

#47AE7A (or 0x47AE7A) is unknown color: approx Ocean Green. HEX triplet: 47, AE and 7A. RGB value is (71,174,122). Sum of RGB (Red+Green+Blue) = 71+174+122=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 174 (68.36% from 255 or 47.41% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 174 - color contains mainly: green. Hex color #47AE7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AE7A is #B85185. Grayscale: #898989. Windows color (decimal): -12079494 or 8040007. OLE color: 8040007.

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

Color convert

RGB71174122-
CMYK0.5900.300.32
HSL149.71º42.04%48.04%-
HSV(B)149.71º59.2%68.24%-
XYZ21.2533.0223.67-
YUV137.27119.3880.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.35%
GREEN value IS 174 (68.36% from 255) = 47.41%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=19.35%
G=47.41%
B=33.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711741220.5900.300.32149.7142.0448.04
Hex47AE7A3B01E20962a30
Octal10725617273036402265260
Binary100011110101110111101011101101111010000010010110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,174,122); }

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

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

 a { background-color: rgb(71,174,122); }

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

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

 span { border-color: rgb(71,174,122); }

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