#51A97C

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

Shades of Ocean Green #51A97C

Tints of Ocean Green #51A97C

Color information

#51A97C (or 0x51A97C) is unknown color: approx Ocean Green. HEX triplet: 51, A9 and 7C. RGB value is (81,169,124). Sum of RGB (Red+Green+Blue) = 81+169+124=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 169 - color contains mainly: green. Hex color #51A97C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A97C is #AE5683. Grayscale: #898989. Windows color (decimal): -11425412 or 8169809. OLE color: 8169809.

HSL color Cylindrical-coordinate representation of color #51A97C: hue angle of 149.32º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51A97C is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB81169124-
CMYK0.5200.270.34
HSL149.32º35.2%49.02%-
HSV(B)149.32º52.07%66.27%-
XYZ21.2231.5824.05-
YUV137.56120.3587.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.66%
GREEN value IS 169 (66.41% from 255) = 45.19%
BLUE value IS 124 (48.83% from 255) = 33.16%
R=21.66%
G=45.19%
B=33.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal811691240.5200.270.34149.3235.249.02
Hex51A97C3401B22952331
Octal12125117464033422254361
Binary101000110101001111110011010001101110001010010101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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