#51AD81

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

Shades of Ocean Green #51AD81

Tints of Ocean Green #51AD81

Color information

#51AD81 (or 0x51AD81) is unknown color: approx Ocean Green. HEX triplet: 51, AD and 81. RGB value is (81,173,129). Sum of RGB (Red+Green+Blue) = 81+173+129=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AD81 is #AE527E. Grayscale: #8C8C8C. Windows color (decimal): -11424383 or 8498513. OLE color: 8498513.

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

Color convert

RGB81173129-
CMYK0.5300.250.32
HSL151.3º36.22%49.8%-
HSV(B)151.3º53.18%67.84%-
XYZ22.333.2226.01-
YUV140.48121.5285.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.15%
GREEN value IS 173 (67.97% from 255) = 45.17%
BLUE value IS 129 (50.78% from 255) = 33.68%
R=21.15%
G=45.17%
B=33.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811731290.5300.250.32151.336.2249.8
Hex51AD813501920972432
Octal12125520165031402274462
Binary1010001101011011000000111010101100110000010010111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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