#51AD7A

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

Shades of Ocean Green #51AD7A

Tints of Ocean Green #51AD7A

Color information

#51AD7A (or 0x51AD7A) is unknown color: approx Ocean Green. HEX triplet: 51, AD and 7A. RGB value is (81,173,122). Sum of RGB (Red+Green+Blue) = 81+173+122=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AD7A is #AE5285. Grayscale: #8B8B8B. Windows color (decimal): -11424390 or 8039761. OLE color: 8039761.

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

Color convert

RGB81173122-
CMYK0.5300.290.32
HSL146.74º36.22%49.8%-
HSV(B)146.74º53.18%67.84%-
XYZ21.8533.0423.64-
YUV139.68118.0286.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.54%
GREEN value IS 173 (67.97% from 255) = 46.01%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=21.54%
G=46.01%
B=32.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811731220.5300.290.32146.7436.2249.8
Hex51AD7A3501D20932432
Octal12125517265035402234462
Binary101000110101101111101011010101110110000010010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,173,122); }

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

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

 a { background-color: rgb(81,173,122); }

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

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

 span { border-color: rgb(81,173,122); }

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