Html Css Color HEX #50AF81 Ocean Green

📋 copy color: '#50AF81'

red 80 ◦ green 175 ◦ blue 129

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

Shades of Ocean Green #50AF81

Tints of Ocean Green #50AF81

RGB

 RED value IS 80 (31.64% from 255) = 20.83%

 GREEN value IS 175 (68.75% from 255) = 45.57%

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

R = 20.83%
G = 45.57%
B = 33.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#50AF81 (or 0x50AF81) is known color: Ocean Green. HEX triplet: 50, AF and 81. RGB value is (80,175,129). Sum of RGB (Red+Green+Blue) = 80+175+129=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AF81 is #AF507E. Grayscale: #8D8D8D. Windows color (decimal): -11489407 or 8499024. OLE color: 8499024.

HSL color Cylindrical-coordinate representation of color #50AF81: hue angle of 150.95º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AF81 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 175 129 -
CMYK 0.54 0 0.26 0.31
HSL 150.95º 0.37% 0.5% -
HSV(B) 150.95º 0.54% 0.69% -
XYZ 22.6 33.95 26.13 -
YUV 141.35 121.03 84.24 -
System Red Green Blue C M Y K H S L
Decimal 80 175 129 0.54 0 0.26 0.31 150.95 0.37 0.5
Hex 50 AF 81 36 0 1A 1F 97 25 32
Octal 120 257 201 66 0 32 37 227 45 62
Binary 1010000 10101111 10000001 110110 0 11010 11111 10010111 100101 110010

Color Harmonies of #50AF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AF81

Black with #50AF81

Text Example


Text Example

White with #50AF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50AF81; }

 p { color: rgb(80,175,129); }

 H1.HeaderClassName
 {
   color: #50AF81;
 }
 .AnyTagClassName
 {
   color: #50AF81;
 }
</style>

background-color css

<style>
 a { background-color: #50AF81; }

 a { background-color: rgb(80,175,129); }

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

border-color css

<style>
 span { border-color: #50AF81; }

 span { border-color: rgb(80,175,129); }

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