#51AC6C

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

Shades of Ocean Green #51AC6C

Tints of Ocean Green #51AC6C

Color information

#51AC6C (or 0x51AC6C) is unknown color: approx Ocean Green. HEX triplet: 51, AC and 6C. RGB value is (81,172,108). Sum of RGB (Red+Green+Blue) = 81+172+108=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #51AC6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AC6C is #AE5393. Grayscale: #898989. Windows color (decimal): -11424660 or 7122001. OLE color: 7122001.

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

Color convert

RGB81172108-
CMYK0.5300.370.33
HSL137.8º35.97%49.61%-
HSV(B)137.8º52.91%67.45%-
XYZ20.8532.3419.33-
YUV137.5111.3587.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.44%
GREEN value IS 172 (67.58% from 255) = 47.65%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=22.44%
G=47.65%
B=29.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811721080.5300.370.33137.835.9749.61
Hex51AC6C35025218a2432
Octal12125415465045412124462
Binary1010001101011001101100110101010010110000110001010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,172,108); }

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

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

 a { background-color: rgb(81,172,108); }

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

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

 span { border-color: rgb(81,172,108); }

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