Html Css Color HEX #51A977 Ocean Green

📋 copy color: '#51A977'

red 81 ◦ green 169 ◦ blue 119

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

Shades of Ocean Green #51A977

Tints of Ocean Green #51A977

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.8%

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

R = 21.95%
G = 45.8%
B = 32.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#51A977 (or 0x51A977) is known color: Ocean Green. HEX triplet: 51, A9 and 77. RGB value is (81,169,119). Sum of RGB (Red+Green+Blue) = 81+169+119=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 169 - color contains mainly: green. Hex color #51A977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A977 is #AE5688. Grayscale: #898989. Windows color (decimal): -11425417 or 7842129. OLE color: 7842129.

HSL color Cylindrical-coordinate representation of color #51A977: hue angle of 145.91º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51A977 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 81 169 119 -
CMYK 0.52 0 0.30 0.34
HSL 145.91º 0.35% 0.49% -
HSV(B) 145.91º 0.52% 0.66% -
XYZ 20.91 31.46 22.42 -
YUV 136.99 117.85 88.07 -
System Red Green Blue C M Y K H S L
Decimal 81 169 119 0.52 0 0.30 0.34 145.91 0.35 0.49
Hex 51 A9 77 34 0 1E 22 92 23 31
Octal 121 251 167 64 0 36 42 222 43 61
Binary 1010001 10101001 1110111 110100 0 11110 100010 10010010 100011 110001

Color Harmonies of #51A977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A977

Black with #51A977

Text Example


Text Example

White with #51A977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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