Html Css Color HEX #51A481 Ocean Green

📋 copy color: '#51A481'

red 81 ◦ green 164 ◦ blue 129

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

Shades of Ocean Green #51A481

Tints of Ocean Green #51A481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.85%

 BLUE value IS 129 (50.78% from 255) = 34.49%

R = 21.66%
G = 43.85%
B = 34.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#51A481 (or 0x51A481) is known color: Ocean Green. HEX triplet: 51, A4 and 81. RGB value is (81,164,129). Sum of RGB (Red+Green+Blue) = 81+164+129=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #51A481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A481 is #AE5B7E. Grayscale: #878787. Windows color (decimal): -11426687 or 8496209. OLE color: 8496209.

HSL color Cylindrical-coordinate representation of color #51A481: hue angle of 154.7º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A481 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 81 164 129 -
CMYK 0.51 0 0.21 0.36
HSL 154.7º 0.34% 0.48% -
HSV(B) 154.7º 0.51% 0.64% -
XYZ 20.63 29.89 25.45 -
YUV 135.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 81 164 129 0.51 0 0.21 0.36 154.7 0.34 0.48
Hex 51 A4 81 33 0 15 24 9B 22 30
Octal 121 244 201 63 0 25 44 233 42 60
Binary 1010001 10100100 10000001 110011 0 10101 100100 10011011 100010 110000

Color Harmonies of #51A481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A481

Black with #51A481

Text Example


Text Example

White with #51A481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,164,129); }

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

background-color css

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

 a { background-color: rgb(81,164,129); }

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

border-color css

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

 span { border-color: rgb(81,164,129); }

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