#51AD71

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

Shades of Ocean Green #51AD71

Tints of Ocean Green #51AD71

Color information

#51AD71 (or 0x51AD71) is unknown color: approx Ocean Green. HEX triplet: 51, AD and 71. RGB value is (81,173,113). Sum of RGB (Red+Green+Blue) = 81+173+113=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AD71 is #AE528E. Grayscale: #8A8A8A. Windows color (decimal): -11424399 or 7449937. OLE color: 7449937.

HSL color Cylindrical-coordinate representation of color #51AD71: hue angle of 140.87º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AD71 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB81173113-
CMYK0.5300.350.32
HSL140.87º36.22%49.8%-
HSV(B)140.87º53.18%67.84%-
XYZ21.3232.8320.84-
YUV138.65113.5286.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 173 (67.97% from 255) = 47.14%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=22.07%
G=47.14%
B=30.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811731130.5300.350.32140.8736.2249.8
Hex51AD7135023208d2432
Octal12125516165043402154462
Binary1010001101011011110001110101010001110000010001101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,173,113); }

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

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

 a { background-color: rgb(81,173,113); }

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

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

 span { border-color: rgb(81,173,113); }

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