#47AD84

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

Shades of Ocean Green #47AD84

Tints of Ocean Green #47AD84

Color information

#47AD84 (or 0x47AD84) is unknown color: approx Ocean Green. HEX triplet: 47, AD and 84. RGB value is (71,173,132). Sum of RGB (Red+Green+Blue) = 71+173+132=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AD84 is #B8527B. Grayscale: #898989. Windows color (decimal): -12079740 or 8695111. OLE color: 8695111.

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

Color convert

RGB71173132-
CMYK0.5900.240.32
HSL155.88º41.8%47.84%-
HSV(B)155.88º58.96%67.84%-
XYZ21.7132.8927.03-
YUV137.83124.7180.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.88%
GREEN value IS 173 (67.97% from 255) = 46.01%
BLUE value IS 132 (51.95% from 255) = 35.11%
R=18.88%
G=46.01%
B=35.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711731320.5900.240.32155.8841.847.84
Hex47AD843B018209c2a30
Octal10725520473030402345260
Binary1000111101011011000010011101101100010000010011100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,173,132); }

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

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

 a { background-color: rgb(71,173,132); }

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

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

 span { border-color: rgb(71,173,132); }

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