#51AD65

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

Shades of Ocean Green #51AD65

Tints of Ocean Green #51AD65

Color information

#51AD65 (or 0x51AD65) is unknown color: approx Ocean Green. HEX triplet: 51, AD and 65. RGB value is (81,173,101). Sum of RGB (Red+Green+Blue) = 81+173+101=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AD65 is #AE529A. Grayscale: #898989. Windows color (decimal): -11424411 or 6663505. OLE color: 6663505.

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

Color convert

RGB81173101-
CMYK0.5300.420.32
HSL133.04º36.22%49.8%-
HSV(B)133.04º53.18%67.84%-
XYZ20.6932.5817.51-
YUV137.28107.5287.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 173 (67.97% from 255) = 48.73%
BLUE value IS 101 (39.84% from 255) = 28.45%
R=22.82%
G=48.73%
B=28.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811731010.5300.420.32133.0436.2249.8
Hex51AD653502A20852432
Octal12125514565052402054462
Binary1010001101011011100101110101010101010000010000101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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