#51A37C

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

Shades of Ocean Green #51A37C

Tints of Ocean Green #51A37C

Color information

#51A37C (or 0x51A37C) is unknown color: approx Ocean Green. HEX triplet: 51, A3 and 7C. RGB value is (81,163,124). Sum of RGB (Red+Green+Blue) = 81+163+124=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #51A37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A37C is #AE5C83. Grayscale: #868686. Windows color (decimal): -11426948 or 8168273. OLE color: 8168273.

HSL color Cylindrical-coordinate representation of color #51A37C: hue angle of 151.46º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A37C is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB81163124-
CMYK0.5000.240.36
HSL151.46º33.61%47.84%-
HSV(B)151.46º50.31%63.92%-
XYZ20.1329.423.68-
YUV134.04122.3390.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.01%
GREEN value IS 163 (64.06% from 255) = 44.29%
BLUE value IS 124 (48.83% from 255) = 33.70%
R=22.01%
G=44.29%
B=33.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal811631240.5000.240.36151.4633.6147.84
Hex51A37C3201824972230
Octal12124317462030442274260
Binary101000110100011111110011001001100010010010010111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,163,124); }

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

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

 a { background-color: rgb(81,163,124); }

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

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

 span { border-color: rgb(81,163,124); }

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