#51B082

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

Shades of Ocean Green #51B082

Tints of Ocean Green #51B082

Color information

#51B082 (or 0x51B082) is unknown color: approx Ocean Green. HEX triplet: 51, B0 and 82. RGB value is (81,176,130). Sum of RGB (Red+Green+Blue) = 81+176+130=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #51B082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B082 is #AE4F7D. Grayscale: #8E8E8E. Windows color (decimal): -11423614 or 8564817. OLE color: 8564817.

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

Color convert

RGB81176130-
CMYK0.5400.260.31
HSL150.95º37.55%50.39%-
HSV(B)150.95º53.98%69.02%-
XYZ22.9534.4126.55-
YUV142.35121.0384.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.93%
GREEN value IS 176 (69.14% from 255) = 45.48%
BLUE value IS 130 (51.17% from 255) = 33.59%
R=20.93%
G=45.48%
B=33.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811761300.5400.260.31150.9537.5550.39
Hex51B0823601A1F972632
Octal12126020266032372274662
Binary101000110110000100000101101100110101111110010111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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