#51a06c

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

Shades of Ocean Green #51A06C

Tints of Ocean Green #51A06C

Color information

#51A06C (or 0x51A06C) is unknown color: approx Ocean Green. HEX triplet: 51, A0 and 6C. RGB value is (81,160,108). Sum of RGB (Red+Green+Blue) = 81+160+108=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 160 - color contains mainly: green. Hex color #51A06C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A06C is #AE5F93. Grayscale: #828282. Windows color (decimal): -11427732 or 7118929. OLE color: 7118929.

HSL color Cylindrical-coordinate representation of color #51A06C: hue angle of 140.51º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51A06C is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB81160108-
CMYK0.4900.320.37
HSL140.51º32.78%47.25%-
HSV(B)140.51º49.38%62.75%-
XYZ18.6727.9718.6-
YUV130.45115.3392.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 160 (62.89% from 255) = 45.85%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=23.21%
G=45.85%
B=30.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal811601080.4900.320.37140.5132.7847.25
Hex51A06C31020258d212f
Octal12124015461040452154157
Binary1010001101000001101100110001010000010010110001101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51a06c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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