Html Css Color HEX #50A968 Ocean Green

📋 copy color: '#50A968'

red 80 ◦ green 169 ◦ blue 104

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

Shades of Ocean Green #50A968

Tints of Ocean Green #50A968

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.88%

 BLUE value IS 104 (41.02% from 255) = 29.46%

R = 22.66%
G = 47.88%
B = 29.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#50A968 (or 0x50A968) is known color: Ocean Green. HEX triplet: 50, A9 and 68. RGB value is (80,169,104). Sum of RGB (Red+Green+Blue) = 80+169+104=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 169 (66.41% from 255 or 47.88% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 169 - color contains mainly: green. Hex color #50A968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A968 is #AF5697. Grayscale: #878787. Windows color (decimal): -11490968 or 6859088. OLE color: 6859088.

HSL color Cylindrical-coordinate representation of color #50A968: hue angle of 136.18º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A968 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 169 104 -
CMYK 0.53 0 0.38 0.34
HSL 136.18º 0.36% 0.49% -
HSV(B) 136.18º 0.53% 0.66% -
XYZ 19.99 31.08 18.04 -
YUV 134.98 110.51 88.79 -
System Red Green Blue C M Y K H S L
Decimal 80 169 104 0.53 0 0.38 0.34 136.18 0.36 0.49
Hex 50 A9 68 35 0 26 22 88 24 31
Octal 120 251 150 65 0 46 42 210 44 61
Binary 1010000 10101001 1101000 110101 0 100110 100010 10001000 100100 110001

Color Harmonies of #50A968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A968

Black with #50A968

Text Example


Text Example

White with #50A968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,169,104); }

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

background-color css

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

 a { background-color: rgb(80,169,104); }

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

border-color css

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

 span { border-color: rgb(80,169,104); }

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