#51926C

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

Shades of Ocean Green #51926C

Tints of Ocean Green #51926C

Color information

#51926C (or 0x51926C) is unknown color: approx Ocean Green. HEX triplet: 51, 92 and 6C. RGB value is (81,146,108). Sum of RGB (Red+Green+Blue) = 81+146+108=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #51926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51926C is #AE6D93. Grayscale: #7A7A7A. Windows color (decimal): -11431316 or 7115345. OLE color: 7115345.

HSL color Cylindrical-coordinate representation of color #51926C: hue angle of 144.92º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51926C is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB81146108-
CMYK0.4500.260.43
HSL144.92º28.63%44.51%-
HSV(B)144.92º44.52%57.25%-
XYZ16.3823.3917.84-
YUV122.23119.9798.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=24.18%
G=43.58%
B=32.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811461080.4500.260.43144.9228.6344.51
Hex51926C2D01A2B911d2d
Octal12122215455032532213555
Binary10100011001001011011001011010110101010111001000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51926C; }

 p { color: rgb(81,146,108); }

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

<style>
 a { background-color: #51926C; }

 a { background-color: rgb(81,146,108); }

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

<style>
 span { border-color: #51926C; }

 span { border-color: rgb(81,146,108); }

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