#51B67F

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

Shades of Ocean Green #51B67F

Tints of Ocean Green #51B67F

Color information

#51B67F (or 0x51B67F) is unknown color: approx Ocean Green. HEX triplet: 51, B6 and 7F. RGB value is (81,182,127). Sum of RGB (Red+Green+Blue) = 81+182+127=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #51B67F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B67F is #AE4980. Grayscale: #919191. Windows color (decimal): -11422081 or 8369745. OLE color: 8369745.

HSL color Cylindrical-coordinate representation of color #51B67F: hue angle of 147.33º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B67F is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB81182127-
CMYK0.5500.300.29
HSL147.33º40.89%51.57%-
HSV(B)147.33º55.49%71.37%-
XYZ23.9536.7425.91-
YUV145.53117.5481.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.77%
GREEN value IS 182 (71.48% from 255) = 46.67%
BLUE value IS 127 (50% from 255) = 32.56%
R=20.77%
G=46.67%
B=32.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811821270.5500.300.29147.3340.8951.57
Hex51B67F3701E1D932934
Octal12126617767036352235164
Binary10100011011011011111111101110111101110110010011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,182,127); }

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

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

 a { background-color: rgb(81,182,127); }

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

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

 span { border-color: rgb(81,182,127); }

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