Html Css Color HEX #51AB80 Ocean Green

📋 copy color: '#51AB80'

red 81 ◦ green 171 ◦ blue 128

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

Shades of Ocean Green #51AB80

Tints of Ocean Green #51AB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45%

 BLUE value IS 128 (50.39% from 255) = 33.68%

R = 21.32%
G = 45%
B = 33.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#51AB80 (or 0x51AB80) is known color: Ocean Green. HEX triplet: 51, AB and 80. RGB value is (81,171,128). Sum of RGB (Red+Green+Blue) = 81+171+128=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AB80 is #AE547F. Grayscale: #8B8B8B. Windows color (decimal): -11424896 or 8432465. OLE color: 8432465.

HSL color Cylindrical-coordinate representation of color #51AB80: hue angle of 151.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AB80 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 171 128 -
CMYK 0.53 0 0.25 0.33
HSL 151.33º 0.36% 0.49% -
HSV(B) 151.33º 0.53% 0.67% -
XYZ 21.85 32.43 25.53 -
YUV 139.19 121.68 86.5 -
System Red Green Blue C M Y K H S L
Decimal 81 171 128 0.53 0 0.25 0.33 151.33 0.36 0.49
Hex 51 AB 80 35 0 19 21 97 24 31
Octal 121 253 200 65 0 31 41 227 44 61
Binary 1010001 10101011 10000000 110101 0 11001 100001 10010111 100100 110001

Color Harmonies of #51AB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AB80

Black with #51AB80

Text Example


Text Example

White with #51AB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,171,128); }

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

background-color css

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

 a { background-color: rgb(81,171,128); }

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

border-color css

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

 span { border-color: rgb(81,171,128); }

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