#51B076

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

Shades of Ocean Green #51B076

Tints of Ocean Green #51B076

Color information

#51B076 (or 0x51B076) is unknown color: approx Ocean Green. HEX triplet: 51, B0 and 76. RGB value is (81,176,118). Sum of RGB (Red+Green+Blue) = 81+176+118=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #51B076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51B076 is #AE4F89. Grayscale: #8D8D8D. Windows color (decimal): -11423626 or 7778385. OLE color: 7778385.

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

Color convert

RGB81176118-
CMYK0.5400.330.31
HSL143.37º37.55%50.39%-
HSV(B)143.37º53.98%69.02%-
XYZ22.1934.1122.55-
YUV140.98115.0385.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.6%
GREEN value IS 176 (69.14% from 255) = 46.93%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=21.6%
G=46.93%
B=31.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811761180.5400.330.31143.3737.5550.39
Hex51B076360211F8f2632
Octal12126016666041372174662
Binary101000110110000111011011011001000011111110001111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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