#47b07b

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

Shades of Ocean Green #47B07B

Tints of Ocean Green #47B07B

Color information

#47B07B (or 0x47B07B) is unknown color: approx Ocean Green. HEX triplet: 47, B0 and 7B. RGB value is (71,176,123). Sum of RGB (Red+Green+Blue) = 71+176+123=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 176 - color contains mainly: green. Hex color #47B07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B07B is #B84F84. Grayscale: #8A8A8A. Windows color (decimal): -12078981 or 8106055. OLE color: 8106055.

HSL color Cylindrical-coordinate representation of color #47B07B: hue angle of 149.71º 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 #47B07B is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB71176123-
CMYK0.6000.300.31
HSL149.71º42.51%48.43%-
HSV(B)149.71º59.66%69.02%-
XYZ21.733.8224.12-
YUV138.56119.2179.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.19%
GREEN value IS 176 (69.14% from 255) = 47.57%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=19.19%
G=47.57%
B=33.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711761230.6000.300.31149.7142.5148.43
Hex47B07B3C01E1F962b30
Octal10726017374036372265360
Binary10001111011000011110111111000111101111110010110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47b07b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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