#47AA7D

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

Shades of Ocean Green #47AA7D

Tints of Ocean Green #47AA7D

Color information

#47AA7D (or 0x47AA7D) is unknown color: approx Ocean Green. HEX triplet: 47, AA and 7D. RGB value is (71,170,125). Sum of RGB (Red+Green+Blue) = 71+170+125=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #47AA7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AA7D is #B85582. Grayscale: #878787. Windows color (decimal): -12080515 or 8235591. OLE color: 8235591.

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

Color convert

RGB71170125-
CMYK0.5800.260.33
HSL152.73º41.08%47.25%-
HSV(B)152.73º58.24%66.67%-
XYZ20.6731.5724.41-
YUV135.27122.282.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.40%
GREEN value IS 170 (66.80% from 255) = 46.45%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=19.40%
G=46.45%
B=34.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711701250.5800.260.33152.7341.0847.25
Hex47AA7D3A01A2199292f
Octal10725217572032412315157
Binary100011110101010111110111101001101010000110011001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,170,125); }

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

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

 a { background-color: rgb(71,170,125); }

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

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

 span { border-color: rgb(71,170,125); }

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