#51AF84

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

Shades of Ocean Green #51AF84

Tints of Ocean Green #51AF84

Color information

#51AF84 (or 0x51AF84) is unknown color: approx Ocean Green. HEX triplet: 51, AF and 84. RGB value is (81,175,132). Sum of RGB (Red+Green+Blue) = 81+175+132=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AF84 is #AE507B. Grayscale: #8E8E8E. Windows color (decimal): -11423868 or 8695633. OLE color: 8695633.

HSL color Cylindrical-coordinate representation of color #51AF84: hue angle of 152.55º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51AF84 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB81175132-
CMYK0.5400.250.31
HSL152.55º37.01%50.2%-
HSV(B)152.55º53.71%68.63%-
XYZ22.8934.0827.2-
YUV141.99122.3684.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 175 (68.75% from 255) = 45.10%
BLUE value IS 132 (51.95% from 255) = 34.02%
R=20.88%
G=45.10%
B=34.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811751320.5400.250.31152.5537.0150.2
Hex51AF84360191F992532
Octal12125720466031372314562
Binary101000110101111100001001101100110011111110011001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,175,132); }

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

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

 a { background-color: rgb(81,175,132); }

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

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

 span { border-color: rgb(81,175,132); }

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