#51AD70

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

Shades of Ocean Green #51AD70

Tints of Ocean Green #51AD70

Color information

#51AD70 (or 0x51AD70) is unknown color: approx Ocean Green. HEX triplet: 51, AD and 70. RGB value is (81,173,112). Sum of RGB (Red+Green+Blue) = 81+173+112=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AD70 is #AE528F. Grayscale: #8A8A8A. Windows color (decimal): -11424400 or 7384401. OLE color: 7384401.

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

Color convert

RGB81173112-
CMYK0.5300.350.32
HSL140.22º36.22%49.8%-
HSV(B)140.22º53.18%67.84%-
XYZ21.2632.8120.54-
YUV138.54113.0286.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 173 (67.97% from 255) = 47.27%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=22.13%
G=47.27%
B=30.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811731120.5300.350.32140.2236.2249.8
Hex51AD7035023208c2432
Octal12125516065043402144462
Binary1010001101011011110000110101010001110000010001100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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