#51AD75

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

Shades of Ocean Green #51AD75

Tints of Ocean Green #51AD75

Color information

#51AD75 (or 0x51AD75) is unknown color: approx Ocean Green. HEX triplet: 51, AD and 75. RGB value is (81,173,117). Sum of RGB (Red+Green+Blue) = 81+173+117=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AD75 is #AE528A. Grayscale: #8B8B8B. Windows color (decimal): -11424395 or 7712081. OLE color: 7712081.

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

Color convert

RGB81173117-
CMYK0.5300.320.32
HSL143.48º36.22%49.8%-
HSV(B)143.48º53.18%67.84%-
XYZ21.5532.9222.05-
YUV139.11115.5286.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.83%
GREEN value IS 173 (67.97% from 255) = 46.63%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=21.83%
G=46.63%
B=31.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811731170.5300.320.32143.4836.2249.8
Hex51AD7535020208f2432
Octal12125516565040402174462
Binary1010001101011011110101110101010000010000010001111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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