#51AC81

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

Shades of Ocean Green #51AC81

Tints of Ocean Green #51AC81

Color information

#51AC81 (or 0x51AC81) is unknown color: approx Ocean Green. HEX triplet: 51, AC and 81. RGB value is (81,172,129). Sum of RGB (Red+Green+Blue) = 81+172+129=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #51AC81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AC81 is #AE537E. Grayscale: #8B8B8B. Windows color (decimal): -11424639 or 8498257. OLE color: 8498257.

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

Color convert

RGB81172129-
CMYK0.5300.250.33
HSL151.65º35.97%49.61%-
HSV(B)151.65º52.91%67.45%-
XYZ22.1132.8425.94-
YUV139.89121.8586-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.20%
GREEN value IS 172 (67.58% from 255) = 45.03%
BLUE value IS 129 (50.78% from 255) = 33.77%
R=21.20%
G=45.03%
B=33.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811721290.5300.250.33151.6535.9749.61
Hex51AC813501921982432
Octal12125420165031412304462
Binary1010001101011001000000111010101100110000110011000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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