#51B17F

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

Shades of Ocean Green #51B17F

Tints of Ocean Green #51B17F

Color information

#51B17F (or 0x51B17F) is unknown color: approx Ocean Green. HEX triplet: 51, B1 and 7F. RGB value is (81,177,127). Sum of RGB (Red+Green+Blue) = 81+177+127=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #51B17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51B17F is #AE4E80. Grayscale: #8E8E8E. Windows color (decimal): -11423361 or 8368465. OLE color: 8368465.

HSL color Cylindrical-coordinate representation of color #51B17F: hue angle of 148.75º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B17F is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB81177127-
CMYK0.5400.280.31
HSL148.75º38.1%50.59%-
HSV(B)148.75º54.24%69.41%-
XYZ22.9534.7325.57-
YUV142.6119.284.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.04%
GREEN value IS 177 (69.53% from 255) = 45.97%
BLUE value IS 127 (50% from 255) = 32.99%
R=21.04%
G=45.97%
B=32.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811771270.5400.280.31148.7538.150.59
Hex51B17F3601C1F952633
Octal12126117766034372254663
Binary10100011011000111111111101100111001111110010101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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