#51B469

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

Shades of Ocean Green #51B469

Tints of Ocean Green #51B469

Color information

#51B469 (or 0x51B469) is unknown color: approx Ocean Green. HEX triplet: 51, B4 and 69. RGB value is (81,180,105). Sum of RGB (Red+Green+Blue) = 81+180+105=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #51B469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B469 is #AE4B96. Grayscale: #8E8E8E. Windows color (decimal): -11422615 or 6927441. OLE color: 6927441.

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

Color convert

RGB81180105-
CMYK0.5500.420.29
HSL134.55º39.76%51.18%-
HSV(B)134.55º55%70.59%-
XYZ22.2635.4119.03-
YUV141.85107.284.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 180 (70.70% from 255) = 49.18%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=22.13%
G=49.18%
B=28.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811801050.5500.420.29134.5539.7651.18
Hex51B4693702A1D872833
Octal12126415167052352075063
Binary101000110110100110100111011101010101110110000111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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