#47AD82

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

Shades of Ocean Green #47AD82

Tints of Ocean Green #47AD82

Color information

#47AD82 (or 0x47AD82) is unknown color: approx Ocean Green. HEX triplet: 47, AD and 82. RGB value is (71,173,130). Sum of RGB (Red+Green+Blue) = 71+173+130=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AD82 is #B8527D. Grayscale: #898989. Windows color (decimal): -12079742 or 8564039. OLE color: 8564039.

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

Color convert

RGB71173130-
CMYK0.5900.250.32
HSL154.71º41.8%47.84%-
HSV(B)154.71º58.96%67.84%-
XYZ21.5732.8426.32-
YUV137.6123.7180.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.98%
GREEN value IS 173 (67.97% from 255) = 46.26%
BLUE value IS 130 (51.17% from 255) = 34.76%
R=18.98%
G=46.26%
B=34.76%

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
Decimal711731300.5900.250.32154.7141.847.84
Hex47AD823B019209b2a30
Octal10725520273031402335260
Binary1000111101011011000001011101101100110000010011011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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