Html Css Color HEX #51A381 Ocean Green

📋 copy color: '#51A381'

red 81 ◦ green 163 ◦ blue 129

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

Shades of Ocean Green #51A381

Tints of Ocean Green #51A381

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.7%

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

R = 21.72%
G = 43.7%
B = 34.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#51A381 (or 0x51A381) is known color: Ocean Green. HEX triplet: 51, A3 and 81. RGB value is (81,163,129). Sum of RGB (Red+Green+Blue) = 81+163+129=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 163 - color contains mainly: green. Hex color #51A381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A381 is #AE5C7E. Grayscale: #868686. Windows color (decimal): -11426943 or 8495953. OLE color: 8495953.

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

Color convert

RGB 81 163 129 -
CMYK 0.50 0 0.21 0.36
HSL 155.12º 0.34% 0.48% -
HSV(B) 155.12º 0.5% 0.64% -
XYZ 20.45 29.53 25.39 -
YUV 134.61 124.83 89.76 -
System Red Green Blue C M Y K H S L
Decimal 81 163 129 0.50 0 0.21 0.36 155.12 0.34 0.48
Hex 51 A3 81 32 0 15 24 9B 22 30
Octal 121 243 201 62 0 25 44 233 42 60
Binary 1010001 10100011 10000001 110010 0 10101 100100 10011011 100010 110000

Color Harmonies of #51A381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A381

Black with #51A381

Text Example


Text Example

White with #51A381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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