Html Css Color HEX #51AB77 Ocean Green

📋 copy color: '#51AB77'

red 81 ◦ green 171 ◦ blue 119

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

Shades of Ocean Green #51AB77

Tints of Ocean Green #51AB77

RGB

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

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

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

R = 21.83%
G = 46.09%
B = 32.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#51AB77 (or 0x51AB77) is known color: Ocean Green. HEX triplet: 51, AB and 77. RGB value is (81,171,119). Sum of RGB (Red+Green+Blue) = 81+171+119=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AB77 is #AE5488. Grayscale: #8A8A8A. Windows color (decimal): -11424905 or 7842641. OLE color: 7842641.

HSL color Cylindrical-coordinate representation of color #51AB77: hue angle of 145.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 #51AB77 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 171 119 -
CMYK 0.53 0 0.30 0.33
HSL 145.33º 0.36% 0.49% -
HSV(B) 145.33º 0.53% 0.67% -
XYZ 21.29 32.21 22.55 -
YUV 138.16 117.18 87.23 -
System Red Green Blue C M Y K H S L
Decimal 81 171 119 0.53 0 0.30 0.33 145.33 0.36 0.49
Hex 51 AB 77 35 0 1E 21 91 24 31
Octal 121 253 167 65 0 36 41 221 44 61
Binary 1010001 10101011 1110111 110101 0 11110 100001 10010001 100100 110001

Color Harmonies of #51AB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AB77

Black with #51AB77

Text Example


Text Example

White with #51AB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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