#47ab7e

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

Shades of Ocean Green #47AB7E

Tints of Ocean Green #47AB7E

Color information

#47AB7E (or 0x47AB7E) is unknown color: approx Ocean Green. HEX triplet: 47, AB and 7E. RGB value is (71,171,126). Sum of RGB (Red+Green+Blue) = 71+171+126=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AB7E is #B85481. Grayscale: #888888. Windows color (decimal): -12080258 or 8301383. OLE color: 8301383.

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

Color convert

RGB71171126-
CMYK0.5800.260.33
HSL153º41.32%47.45%-
HSV(B)153º58.48%67.06%-
XYZ20.9331.9724.81-
YUV135.97122.3781.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.29%
GREEN value IS 171 (67.19% from 255) = 46.47%
BLUE value IS 126 (49.61% from 255) = 34.24%
R=19.29%
G=46.47%
B=34.24%

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
Decimal711711260.5800.260.3315341.3247.45
Hex47AB7E3A01A2199292f
Octal10725317672032412315157
Binary100011110101011111111011101001101010000110011001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ab7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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