#51B478

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

Shades of Ocean Green #51B478

Tints of Ocean Green #51B478

Color information

#51B478 (or 0x51B478) is unknown color: approx Ocean Green. HEX triplet: 51, B4 and 78. RGB value is (81,180,120). Sum of RGB (Red+Green+Blue) = 81+180+120=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #51B478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B478 is #AE4B87. Grayscale: #8F8F8F. Windows color (decimal): -11422600 or 7910481. OLE color: 7910481.

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

Color convert

RGB81180120-
CMYK0.5500.330.29
HSL143.64º39.76%51.18%-
HSV(B)143.64º55%70.59%-
XYZ23.135.7523.45-
YUV143.56114.783.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.26%
GREEN value IS 180 (70.70% from 255) = 47.24%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=21.26%
G=47.24%
B=31.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811801200.5500.330.29143.6439.7651.18
Hex51B478370211D902833
Octal12126417067041352205063
Binary101000110110100111100011011101000011110110010000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,180,120); }

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

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

 a { background-color: rgb(81,180,120); }

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

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

 span { border-color: rgb(81,180,120); }

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