#51AC84

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

Shades of Ocean Green #51AC84

Tints of Ocean Green #51AC84

Color information

#51AC84 (or 0x51AC84) is unknown color: approx Ocean Green. HEX triplet: 51, AC and 84. RGB value is (81,172,132). Sum of RGB (Red+Green+Blue) = 81+172+132=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #51AC84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AC84 is #AE537B. Grayscale: #8C8C8C. Windows color (decimal): -11424636 or 8694865. OLE color: 8694865.

HSL color Cylindrical-coordinate representation of color #51AC84: hue angle of 153.63º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AC84 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB81172132-
CMYK0.5300.230.33
HSL153.63º35.97%49.61%-
HSV(B)153.63º52.91%67.45%-
XYZ22.3132.9227.01-
YUV140.23123.3585.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.04%
GREEN value IS 172 (67.58% from 255) = 44.68%
BLUE value IS 132 (51.95% from 255) = 34.29%
R=21.04%
G=44.68%
B=34.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811721320.5300.230.33153.6335.9749.61
Hex51AC8435017219a2432
Octal12125420465027412324462
Binary1010001101011001000010011010101011110000110011010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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