#51AE85

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

Shades of Ocean Green #51AE85

Tints of Ocean Green #51AE85

Color information

#51AE85 (or 0x51AE85) is unknown color: approx Ocean Green. HEX triplet: 51, AE and 85. RGB value is (81,174,133). Sum of RGB (Red+Green+Blue) = 81+174+133=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #51AE85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AE85 is #AE517A. Grayscale: #8D8D8D. Windows color (decimal): -11424123 or 8760913. OLE color: 8760913.

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

Color convert

RGB81174133-
CMYK0.5300.240.32
HSL153.55º36.47%50%-
HSV(B)153.55º53.45%68.24%-
XYZ22.7633.7127.5-
YUV141.52123.1984.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 174 (68.36% from 255) = 44.85%
BLUE value IS 133 (52.34% from 255) = 34.28%
R=20.88%
G=44.85%
B=34.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811741330.5300.240.32153.5536.4750
Hex51AE8535018209a2432
Octal12125620565030402324462
Binary1010001101011101000010111010101100010000010011010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,174,133); }

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

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

 a { background-color: rgb(81,174,133); }

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

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

 span { border-color: rgb(81,174,133); }

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