#51AF73

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

Shades of Ocean Green #51AF73

Tints of Ocean Green #51AF73

Color information

#51AF73 (or 0x51AF73) is unknown color: approx Ocean Green. HEX triplet: 51, AF and 73. RGB value is (81,175,115). Sum of RGB (Red+Green+Blue) = 81+175+115=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AF73 is #AE508C. Grayscale: #8C8C8C. Windows color (decimal): -11423885 or 7581521. OLE color: 7581521.

HSL color Cylindrical-coordinate representation of color #51AF73: hue angle of 141.7º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51AF73 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB81175115-
CMYK0.5400.340.31
HSL141.7º37.01%50.2%-
HSV(B)141.7º53.71%68.63%-
XYZ21.8233.6521.56-
YUV140.05113.8685.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.83%
GREEN value IS 175 (68.75% from 255) = 47.17%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=21.83%
G=47.17%
B=31.00%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811751150.5400.340.31141.737.0150.2
Hex51AF73360221F8e2532
Octal12125716366042372164562
Binary101000110101111111001111011001000101111110001110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,175,115); }

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

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

 a { background-color: rgb(81,175,115); }

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

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

 span { border-color: rgb(81,175,115); }

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