#51AD6B

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

Shades of Ocean Green #51AD6B

Tints of Ocean Green #51AD6B

Color information

#51AD6B (or 0x51AD6B) is unknown color: approx Ocean Green. HEX triplet: 51, AD and 6B. RGB value is (81,173,107). Sum of RGB (Red+Green+Blue) = 81+173+107=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AD6B is #AE5294. Grayscale: #8A8A8A. Windows color (decimal): -11424405 or 7056721. OLE color: 7056721.

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

Color convert

RGB81173107-
CMYK0.5300.380.32
HSL136.96º36.22%49.8%-
HSV(B)136.96º53.18%67.84%-
XYZ20.9932.719.11-
YUV137.97110.5287.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.44%
GREEN value IS 173 (67.97% from 255) = 47.92%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=22.44%
G=47.92%
B=29.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811731070.5300.380.32136.9636.2249.8
Hex51AD6B3502620892432
Octal12125515365046402114462
Binary1010001101011011101011110101010011010000010001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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