Html Css Color HEX #51B077 Ocean Green

📋 copy color: '#51B077'

red 81 ◦ green 176 ◦ blue 119

#51B077
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #51B077

Tints of Ocean Green #51B077

RGB

 RED value IS 81 (32.03% from 255) = 21.54%

 GREEN value IS 176 (69.14% from 255) = 46.81%

 BLUE value IS 119 (46.88% from 255) = 31.65%

R = 21.54%
G = 46.81%
B = 31.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#51B077 (or 0x51B077) is known color: Ocean Green. HEX triplet: 51, B0 and 77. RGB value is (81,176,119). Sum of RGB (Red+Green+Blue) = 81+176+119=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 176 - color contains mainly: green. Hex color #51B077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51B077 is #AE4F88. Grayscale: #8D8D8D. Windows color (decimal): -11423625 or 7843921. OLE color: 7843921.

HSL color Cylindrical-coordinate representation of color #51B077: hue angle of 144º 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 #51B077 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 176 119 -
CMYK 0.54 0 0.32 0.31
HSL 144º 0.38% 0.5% -
HSV(B) 144º 0.54% 0.69% -
XYZ 22.25 34.13 22.87 -
YUV 141.1 115.53 85.13 -
System Red Green Blue C M Y K H S L
Decimal 81 176 119 0.54 0 0.32 0.31 144 0.38 0.5
Hex 51 B0 77 36 0 20 1F 90 26 32
Octal 121 260 167 66 0 40 37 220 46 62
Binary 1010001 10110000 1110111 110110 0 100000 11111 10010000 100110 110010

Color Harmonies of #51B077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B077

Black with #51B077

Text Example


Text Example

White with #51B077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51B077;
 }
 .AnyTagClassName
 {
   color: #51B077;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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