#51AD6A

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

Shades of Ocean Green #51AD6A

Tints of Ocean Green #51AD6A

Color information

#51AD6A (or 0x51AD6A) is unknown color: approx Ocean Green. HEX triplet: 51, AD and 6A. RGB value is (81,173,106). Sum of RGB (Red+Green+Blue) = 81+173+106=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AD6A is #AE5295. Grayscale: #8A8A8A. Windows color (decimal): -11424406 or 6991185. OLE color: 6991185.

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

Color convert

RGB81173106-
CMYK0.5300.390.32
HSL136.3º36.22%49.8%-
HSV(B)136.3º53.18%67.84%-
XYZ20.9432.6818.84-
YUV137.85110.0287.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.5%
GREEN value IS 173 (67.97% from 255) = 48.06%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=22.5%
G=48.06%
B=29.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811731060.5300.390.32136.336.2249.8
Hex51AD6A3502720882432
Octal12125515265047402104462
Binary1010001101011011101010110101010011110000010001000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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