#51B47B

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

Shades of Ocean Green #51B47B

Tints of Ocean Green #51B47B

Color information

#51B47B (or 0x51B47B) is unknown color: approx Ocean Green. HEX triplet: 51, B4 and 7B. RGB value is (81,180,123). Sum of RGB (Red+Green+Blue) = 81+180+123=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #51B47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B47B is #AE4B84. Grayscale: #909090. Windows color (decimal): -11422597 or 8107089. OLE color: 8107089.

HSL color Cylindrical-coordinate representation of color #51B47B: hue angle of 145.45º 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 #51B47B is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB81180123-
CMYK0.5500.320.29
HSL145.45º39.76%51.18%-
HSV(B)145.45º55%70.59%-
XYZ23.2935.8224.43-
YUV143.9116.283.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.09%
GREEN value IS 180 (70.70% from 255) = 46.88%
BLUE value IS 123 (48.44% from 255) = 32.03%
R=21.09%
G=46.88%
B=32.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811801230.5500.320.29145.4539.7651.18
Hex51B47B370201D912833
Octal12126417367040352215063
Binary101000110110100111101111011101000001110110010001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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