#51AF82

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

Shades of Ocean Green #51AF82

Tints of Ocean Green #51AF82

Color information

#51AF82 (or 0x51AF82) is unknown color: approx Ocean Green. HEX triplet: 51, AF and 82. RGB value is (81,175,130). Sum of RGB (Red+Green+Blue) = 81+175+130=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AF82 is #AE507D. Grayscale: #8D8D8D. Windows color (decimal): -11423870 or 8564561. OLE color: 8564561.

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

Color convert

RGB81175130-
CMYK0.5400.260.31
HSL151.28º37.01%50.2%-
HSV(B)151.28º53.71%68.63%-
XYZ22.7534.0226.49-
YUV141.76121.3684.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.98%
GREEN value IS 175 (68.75% from 255) = 45.34%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=20.98%
G=45.34%
B=33.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811751300.5400.260.31151.2837.0150.2
Hex51AF823601A1F972532
Octal12125720266032372274562
Binary101000110101111100000101101100110101111110010111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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