#47AB7D

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

Shades of Ocean Green #47AB7D

Tints of Ocean Green #47AB7D

Color information

#47AB7D (or 0x47AB7D) is unknown color: approx Ocean Green. HEX triplet: 47, AB and 7D. RGB value is (71,171,125). Sum of RGB (Red+Green+Blue) = 71+171+125=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AB7D is #B85482. Grayscale: #878787. Windows color (decimal): -12080259 or 8235847. OLE color: 8235847.

HSL color Cylindrical-coordinate representation of color #47AB7D: hue angle of 152.4º 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 #47AB7D is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB71171125-
CMYK0.5800.270.33
HSL152.4º41.32%47.45%-
HSV(B)152.4º58.48%67.06%-
XYZ20.8631.9524.47-
YUV135.86121.8781.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.35%
GREEN value IS 171 (67.19% from 255) = 46.59%
BLUE value IS 125 (49.22% from 255) = 34.06%
R=19.35%
G=46.59%
B=34.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711711250.5800.270.33152.441.3247.45
Hex47AB7D3A01B2198292f
Octal10725317572033412305157
Binary100011110101011111110111101001101110000110011000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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