#51AD76

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

Shades of Ocean Green #51AD76

Tints of Ocean Green #51AD76

Color information

#51AD76 (or 0x51AD76) is unknown color: approx Ocean Green. HEX triplet: 51, AD and 76. RGB value is (81,173,118). Sum of RGB (Red+Green+Blue) = 81+173+118=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AD76 is #AE5289. Grayscale: #8B8B8B. Windows color (decimal): -11424394 or 7777617. OLE color: 7777617.

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

Color convert

RGB81173118-
CMYK0.5300.320.32
HSL144.13º36.22%49.8%-
HSV(B)144.13º53.18%67.84%-
XYZ21.6132.9422.36-
YUV139.22116.0286.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.77%
GREEN value IS 173 (67.97% from 255) = 46.51%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=21.77%
G=46.51%
B=31.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811731180.5300.320.32144.1336.2249.8
Hex51AD763502020902432
Octal12125516665040402204462
Binary1010001101011011110110110101010000010000010010000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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