Html Css Color HEX #50916C Ocean Green

📋 copy color: '#50916C'

red 80 ◦ green 145 ◦ blue 108

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

Shades of Ocean Green #50916C

Tints of Ocean Green #50916C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.54%

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 24.02%
G = 43.54%
B = 32.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#50916C (or 0x50916C) is known color: Ocean Green. HEX triplet: 50, 91 and 6C. RGB value is (80,145,108). Sum of RGB (Red+Green+Blue) = 80+145+108=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #50916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50916C is #AF6E93. Grayscale: #797979. Windows color (decimal): -11497108 or 7115088. OLE color: 7115088.

HSL color Cylindrical-coordinate representation of color #50916C: hue angle of 145.85º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50916C is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 108 -
CMYK 0.45 0 0.26 0.43
HSL 145.85º 0.29% 0.44% -
HSV(B) 145.85º 0.45% 0.57% -
XYZ 16.14 23.04 17.78 -
YUV 121.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 80 145 108 0.45 0 0.26 0.43 145.85 0.29 0.44
Hex 50 91 6C 2D 0 1A 2B 92 1D 2C
Octal 120 221 154 55 0 32 53 222 35 54
Binary 1010000 10010001 1101100 101101 0 11010 101011 10010010 11101 101100

Color Harmonies of #50916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50916C

Black with #50916C

Text Example


Text Example

White with #50916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50916C; }

 p { color: rgb(80,145,108); }

 H1.HeaderClassName
 {
   color: #50916C;
 }
 .AnyTagClassName
 {
   color: #50916C;
 }
</style>

background-color css

<style>
 a { background-color: #50916C; }

 a { background-color: rgb(80,145,108); }

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

border-color css

<style>
 span { border-color: #50916C; }

 span { border-color: rgb(80,145,108); }

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