#51B084

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

Shades of Ocean Green #51B084

Tints of Ocean Green #51B084

Color information

#51B084 (or 0x51B084) is unknown color: approx Ocean Green. HEX triplet: 51, B0 and 84. RGB value is (81,176,132). Sum of RGB (Red+Green+Blue) = 81+176+132=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #51B084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B084 is #AE4F7B. Grayscale: #8E8E8E. Windows color (decimal): -11423612 or 8695889. OLE color: 8695889.

HSL color Cylindrical-coordinate representation of color #51B084: hue angle of 152.21º degrees, saturation: 0.38, 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 #51B084 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB81176132-
CMYK0.5400.250.31
HSL152.21º37.55%50.39%-
HSV(B)152.21º53.98%69.02%-
XYZ23.0834.4727.27-
YUV142.58122.0384.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.82%
GREEN value IS 176 (69.14% from 255) = 45.24%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=20.82%
G=45.24%
B=33.93%

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
Decimal811761320.5400.250.31152.2137.5550.39
Hex51B084360191F982632
Octal12126020466031372304662
Binary101000110110000100001001101100110011111110011000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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