#47A87C

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

Shades of Ocean Green #47A87C

Tints of Ocean Green #47A87C

Color information

#47A87C (or 0x47A87C) is unknown color: approx Ocean Green. HEX triplet: 47, A8 and 7C. RGB value is (71,168,124). Sum of RGB (Red+Green+Blue) = 71+168+124=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #47A87C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A87C is #B85783. Grayscale: #868686. Windows color (decimal): -12081028 or 8169543. OLE color: 8169543.

HSL color Cylindrical-coordinate representation of color #47A87C: hue angle of 152.78º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47A87C is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB71168124-
CMYK0.5800.260.34
HSL152.78º40.59%46.86%-
HSV(B)152.78º57.74%65.88%-
XYZ20.2430.823.95-
YUV133.98122.3683.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 168 (66.02% from 255) = 46.28%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=19.56%
G=46.28%
B=34.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal711681240.5800.260.34152.7840.5946.86
Hex47A87C3A01A2299292f
Octal10725017472032422315157
Binary100011110101000111110011101001101010001010011001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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