#47B080

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

Shades of Ocean Green #47B080

Tints of Ocean Green #47B080

Color information

#47B080 (or 0x47B080) is unknown color: approx Ocean Green. HEX triplet: 47, B0 and 80. RGB value is (71,176,128). Sum of RGB (Red+Green+Blue) = 71+176+128=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #47B080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B080 is #B84F7F. Grayscale: #8B8B8B. Windows color (decimal): -12078976 or 8433735. OLE color: 8433735.

HSL color Cylindrical-coordinate representation of color #47B080: hue angle of 152.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B080 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB71176128-
CMYK0.6000.270.31
HSL152.57º42.51%48.43%-
HSV(B)152.57º59.66%69.02%-
XYZ22.0233.9525.81-
YUV139.13121.7179.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.93%
GREEN value IS 176 (69.14% from 255) = 46.93%
BLUE value IS 128 (50.39% from 255) = 34.13%
R=18.93%
G=46.93%
B=34.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711761280.6000.270.31152.5742.5148.43
Hex47B0803C01B1F992b30
Octal10726020074033372315360
Binary100011110110000100000001111000110111111110011001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,176,128); }

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

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

 a { background-color: rgb(71,176,128); }

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

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

 span { border-color: rgb(71,176,128); }

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