#51B670

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

Shades of Ocean Green #51B670

Tints of Ocean Green #51B670

Color information

#51B670 (or 0x51B670) is unknown color: approx Ocean Green. HEX triplet: 51, B6 and 70. RGB value is (81,182,112). Sum of RGB (Red+Green+Blue) = 81+182+112=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #51B670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B670 is #AE498F. Grayscale: #909090. Windows color (decimal): -11422096 or 7386705. OLE color: 7386705.

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

Color convert

RGB81182112-
CMYK0.5500.380.29
HSL138.42º40.89%51.57%-
HSV(B)138.42º55.49%71.37%-
XYZ23.0536.3821.14-
YUV143.82110.0483.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.6%
GREEN value IS 182 (71.48% from 255) = 48.53%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=21.6%
G=48.53%
B=29.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811821120.5500.380.29138.4240.8951.57
Hex51B670370261D8a2934
Octal12126616067046352125164
Binary101000110110110111000011011101001101110110001010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,182,112); }

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

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

 a { background-color: rgb(81,182,112); }

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

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

 span { border-color: rgb(81,182,112); }

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