Html Css Color HEX #50AB75 Ocean Green

📋 copy color: '#50AB75'

red 80 ◦ green 171 ◦ blue 117

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

Shades of Ocean Green #50AB75

Tints of Ocean Green #50AB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.79%

R = 21.74%
G = 46.47%
B = 31.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#50AB75 (or 0x50AB75) is known color: Ocean Green. HEX triplet: 50, AB and 75. RGB value is (80,171,117). Sum of RGB (Red+Green+Blue) = 80+171+117=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB75 is #AF548A. Grayscale: #898989. Windows color (decimal): -11490443 or 7711568. OLE color: 7711568.

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

Color convert

RGB 80 171 117 -
CMYK 0.53 0 0.32 0.33
HSL 144.4º 0.36% 0.49% -
HSV(B) 144.4º 0.53% 0.67% -
XYZ 21.08 32.12 21.92 -
YUV 137.64 116.35 86.89 -
System Red Green Blue C M Y K H S L
Decimal 80 171 117 0.53 0 0.32 0.33 144.4 0.36 0.49
Hex 50 AB 75 35 0 20 21 90 24 31
Octal 120 253 165 65 0 40 41 220 44 61
Binary 1010000 10101011 1110101 110101 0 100000 100001 10010000 100100 110001

Color Harmonies of #50AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB75

Black with #50AB75

Text Example


Text Example

White with #50AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,171,117); }

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

background-color css

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

 a { background-color: rgb(80,171,117); }

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

border-color css

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

 span { border-color: rgb(80,171,117); }

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