Html Css Color HEX #51AB81 Ocean Green

📋 copy color: '#51AB81'

red 81 ◦ green 171 ◦ blue 129

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

Shades of Ocean Green #51AB81

Tints of Ocean Green #51AB81

RGB

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

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

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

R = 21.26%
G = 44.88%
B = 33.86%

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

#51AB81 (or 0x51AB81) is known color: Ocean Green. HEX triplet: 51, AB and 81. RGB value is (81,171,129). Sum of RGB (Red+Green+Blue) = 81+171+129=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AB81 is #AE547E. Grayscale: #8B8B8B. Windows color (decimal): -11424895 or 8498001. OLE color: 8498001.

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

Color convert

RGB 81 171 129 -
CMYK 0.53 0 0.25 0.33
HSL 152º 0.36% 0.49% -
HSV(B) 152º 0.53% 0.67% -
XYZ 21.92 32.46 25.88 -
YUV 139.3 122.18 86.42 -
System Red Green Blue C M Y K H S L
Decimal 81 171 129 0.53 0 0.25 0.33 152 0.36 0.49
Hex 51 AB 81 35 0 19 21 98 24 31
Octal 121 253 201 65 0 31 41 230 44 61
Binary 1010001 10101011 10000001 110101 0 11001 100001 10011000 100100 110001

Color Harmonies of #51AB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AB81

Black with #51AB81

Text Example


Text Example

White with #51AB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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