#47AE83

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

Shades of Ocean Green #47AE83

Tints of Ocean Green #47AE83

Color information

#47AE83 (or 0x47AE83) is unknown color: approx Ocean Green. HEX triplet: 47, AE and 83. RGB value is (71,174,131). Sum of RGB (Red+Green+Blue) = 71+174+131=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #47AE83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AE83 is #B8517C. Grayscale: #8A8A8A. Windows color (decimal): -12079485 or 8629831. OLE color: 8629831.

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

Color convert

RGB71174131-
CMYK0.5900.250.32
HSL154.95º42.04%48.04%-
HSV(B)154.95º59.2%68.24%-
XYZ21.8333.2526.74-
YUV138.3123.8880-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.88%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 131 (51.56% from 255) = 34.84%
R=18.88%
G=46.28%
B=34.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711741310.5900.250.32154.9542.0448.04
Hex47AE833B019209b2a30
Octal10725620373031402335260
Binary1000111101011101000001111101101100110000010011011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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