#51B473

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

Shades of Ocean Green #51B473

Tints of Ocean Green #51B473

Color information

#51B473 (or 0x51B473) is unknown color: approx Ocean Green. HEX triplet: 51, B4 and 73. RGB value is (81,180,115). Sum of RGB (Red+Green+Blue) = 81+180+115=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #51B473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B473 is #AE4B8C. Grayscale: #8F8F8F. Windows color (decimal): -11422605 or 7582801. OLE color: 7582801.

HSL color Cylindrical-coordinate representation of color #51B473: hue angle of 140.61º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B473 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB81180115-
CMYK0.5500.360.29
HSL140.61º39.76%51.18%-
HSV(B)140.61º55%70.59%-
XYZ22.8135.6321.89-
YUV142.99112.283.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.54%
GREEN value IS 180 (70.70% from 255) = 47.87%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=21.54%
G=47.87%
B=30.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811801150.5500.360.29140.6139.7651.18
Hex51B473370241D8d2833
Octal12126416367044352155063
Binary101000110110100111001111011101001001110110001101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51B473; }

 p { color: rgb(81,180,115); }

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

<style>
 a { background-color: #51B473; }

 a { background-color: rgb(81,180,115); }

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

<style>
 span { border-color: #51B473; }

 span { border-color: rgb(81,180,115); }

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