#51AC7F

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

Shades of Ocean Green #51AC7F

Tints of Ocean Green #51AC7F

Color information

#51AC7F (or 0x51AC7F) is unknown color: approx Ocean Green. HEX triplet: 51, AC and 7F. RGB value is (81,172,127). Sum of RGB (Red+Green+Blue) = 81+172+127=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 172 - color contains mainly: green. Hex color #51AC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AC7F is #AE5380. Grayscale: #8B8B8B. Windows color (decimal): -11424641 or 8367185. OLE color: 8367185.

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

Color convert

RGB81172127-
CMYK0.5300.260.33
HSL150.33º35.97%49.61%-
HSV(B)150.33º52.91%67.45%-
XYZ21.9832.7925.25-
YUV139.66120.8586.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.32%
GREEN value IS 172 (67.58% from 255) = 45.26%
BLUE value IS 127 (50% from 255) = 33.42%
R=21.32%
G=45.26%
B=33.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811721270.5300.260.33150.3335.9749.61
Hex51AC7F3501A21962432
Octal12125417765032412264462
Binary101000110101100111111111010101101010000110010110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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