#51B069

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

Shades of Ocean Green #51B069

Tints of Ocean Green #51B069

Color information

#51B069 (or 0x51B069) is unknown color: approx Ocean Green. HEX triplet: 51, B0 and 69. RGB value is (81,176,105). Sum of RGB (Red+Green+Blue) = 81+176+105=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #51B069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51B069 is #AE4F96. Grayscale: #8B8B8B. Windows color (decimal): -11423639 or 6926417. OLE color: 6926417.

HSL color Cylindrical-coordinate representation of color #51B069: hue angle of 135.16º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B069 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB81176105-
CMYK0.5400.400.31
HSL135.16º37.55%50.39%-
HSV(B)135.16º53.98%69.02%-
XYZ21.4733.8218.76-
YUV139.5108.5386.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.38%
GREEN value IS 176 (69.14% from 255) = 48.62%
BLUE value IS 105 (41.41% from 255) = 29.01%
R=22.38%
G=48.62%
B=29.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811761050.5400.400.31135.1637.5550.39
Hex51B069360281F872632
Octal12126015166050372074662
Binary101000110110000110100111011001010001111110000111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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