#51a47a

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

Shades of Ocean Green #51A47A

Tints of Ocean Green #51A47A

Color information

#51A47A (or 0x51A47A) is unknown color: approx Ocean Green. HEX triplet: 51, A4 and 7A. RGB value is (81,164,122). Sum of RGB (Red+Green+Blue) = 81+164+122=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #51A47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A47A is #AE5B85. Grayscale: #868686. Windows color (decimal): -11426694 or 8037457. OLE color: 8037457.

HSL color Cylindrical-coordinate representation of color #51A47A: hue angle of 149.64º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A47A is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB81164122-
CMYK0.5100.260.36
HSL149.64º33.88%48.04%-
HSV(B)149.64º50.61%64.31%-
XYZ20.1829.7123.08-
YUV134.3912189.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 164 (64.45% from 255) = 44.69%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=22.07%
G=44.69%
B=33.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal811641220.5100.260.36149.6433.8848.04
Hex51A47A3301A24962230
Octal12124417263032442264260
Binary101000110100100111101011001101101010010010010110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51a47a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,164,122); }

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

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

 a { background-color: rgb(81,164,122); }

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

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

 span { border-color: rgb(81,164,122); }

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