#51B47A

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

Shades of Ocean Green #51B47A

Tints of Ocean Green #51B47A

Color information

#51B47A (or 0x51B47A) is unknown color: approx Ocean Green. HEX triplet: 51, B4 and 7A. RGB value is (81,180,122). Sum of RGB (Red+Green+Blue) = 81+180+122=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #51B47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B47A is #AE4B85. Grayscale: #8F8F8F. Windows color (decimal): -11422598 or 8041553. OLE color: 8041553.

HSL color Cylindrical-coordinate representation of color #51B47A: hue angle of 144.85º 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 #51B47A is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB81180122-
CMYK0.5500.320.29
HSL144.85º39.76%51.18%-
HSV(B)144.85º55%70.59%-
XYZ23.2335.824.1-
YUV143.79115.783.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.15%
GREEN value IS 180 (70.70% from 255) = 47.00%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=21.15%
G=47.00%
B=31.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811801220.5500.320.29144.8539.7651.18
Hex51B47A370201D912833
Octal12126417267040352215063
Binary101000110110100111101011011101000001110110010001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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